Html Css Color HEX #6696BD Shakespeare

📋 copy color: '#6696BD'

red 102 ◦ green 150 ◦ blue 189

#6696BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #6696BD

Tints of Shakespeare #6696BD

RGB

 RED value IS 102 (40.23% from 255) = 23.13%

 GREEN value IS 150 (58.98% from 255) = 34.01%

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 23.13%
G = 34.01%
B = 42.86%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6696BD (or 0x6696BD) is known color: Shakespeare. HEX triplet: 66, 96 and BD. RGB value is (102,150,189). Sum of RGB (Red+Green+Blue) = 102+150+189=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #6696BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696BD is #996942. Grayscale: #8B8B8B. Windows color (decimal): -10053955 or 12424806. OLE color: 12424806.

HSL color Cylindrical-coordinate representation of color #6696BD: hue angle of 206.9º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6696BD is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 150 189 -
CMYK 0.46 0.21 0 0.26
HSL 206.9º 0.4% 0.57% -
HSV(B) 206.9º 0.46% 0.74% -
XYZ 25.57 28.31 52.26 -
YUV 140.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 102 150 189 0.46 0.21 0 0.26 206.9 0.4 0.57
Hex 66 96 BD 2E 15 0 1A CF 28 39
Octal 146 226 275 56 25 0 32 317 50 71
Binary 1100110 10010110 10111101 101110 10101 0 11010 11001111 101000 111001

Color Harmonies of #6696BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6696BD

Black with #6696BD

Text Example


Text Example

White with #6696BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6696BD; }

 p { color: rgb(102,150,189); }

 H1.HeaderClassName
 {
   color: #6696BD;
 }
 .AnyTagClassName
 {
   color: #6696BD;
 }
</style>

background-color css

<style>
 a { background-color: #6696BD; }

 a { background-color: rgb(102,150,189); }

 div.DivClassName
 {
   background-color: #6696BD;
 }
 .BgClassName
 {
   background-color: #6696BD;
 }
</style>

border-color css

<style>
 span { border-color: #6696BD; }

 span { border-color: rgb(102,150,189); }

 td.TdClassName
 {
   border-color: #6696BD;
 }
 .TagClassName
 {
   border-color: #6696BD;
 }
</style>