Color Hex Logo

#6968bc Color Hex

#6968BC
(105,104,188)
0 Favorites   0 Comments

Color spaces of #6968bc

RGB 105104188
HSL0.670.390.57
HSV241°45°74°
CMYK 0.440.450.00   0.26
XYZ19.853116.534749.7221
Yxy16.53470.23060.1920
Hunter Lab40.662915.9902-44.0351
CIE-Lab47.668322.2328-44.2409

#6968bc color RGB value is (105,104,188).

#6968bc hex color red value is 105, green value is 104 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6968bc hue: 0.67 , saturation: 0.39 and the lightness value of 6968bc is 0.57.

The process color (four color CMYK) of #6968bc color hex is 0.44, 0.45, 0.00, 0.26. Web safe color of #6968bc is #6666cc. Color #6968bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101000 10111100
Octal 151 150 274
Decimal 105 104 188
Hex 69 68 BC

RGB Percentages of Color #6968bc

%26.45
%26.20
%47.36

CMYK Percentages of Color #6968bc

%44
%45
%0
%26

Triadic Colors of #6968bc

#6968bc #bc6968 #68bc69

Analogous Colors of #6968bc

#6968bc #9368bc #6891bc

Monochromatic Colors of #6968bc

#6968bc

Complementary Color

#6968bc #bbbc68

#6968bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6968bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6968bc Color CSS Codes

.mybgcolor {background-color:#6968bc; } 
.myforecolor {color:#6968bc; }
.mybordercolor {border:3px solid #6968bc; }

#6968bc Text Font Color

<p style="color:#6968bc">Text here</p>

This sample text font color is #6968bc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6968bc Background Color

<div style="background-color:#6968bc">
Div content here</div>

This div background color is #6968bc


#6968bc Border Color

<div style="border:3px solid #6968bc">
Div here</div>

This div border color is #6968bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,104,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6968bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6968bc;
  -webkit-box-shadow: 1px 1px 3px 2px #6968bc;
  box-shadow:         1px 1px 3px 2px #6968bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,104,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6968bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6968bc;
  -webkit-box-shadow: 1px 1px 3px 2px #6968bc;
  box-shadow:         1px 1px 3px 2px #6968bc;">
Div content here</div>

This div box has shadow with color #6968bc


Comments

No comments written yet.

Please login to write comment.