#6699B4

Color #6699B4 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #6699B4

Tints of Shakespeare #6699B4

Color information

#6699B4 (or 0x6699B4) is unknown color: approx Shakespeare. HEX triplet: 66, 99 and B4. RGB value is (102,153,180). Sum of RGB (Red+Green+Blue) = 102+153+180=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #6699B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699B4 is #99664B. Grayscale: #8C8C8C. Windows color (decimal): -10053196 or 11835750. OLE color: 11835750.

HSL color Cylindrical-coordinate representation of color #6699B4: hue angle of 200.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6699B4 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB102153180-
CMYK0.430.1500.29
HSL200.77º34.21%55.29%-
HSV(B)200.77º43.33%70.59%-
XYZ25.1128.947.44-
YUV140.83150.1100.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.45%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=23.45%
G=35.17%
B=41.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021531800.430.1500.29200.7734.2155.29
Hex6699B42BF01Dc92237
Octal14623126453170353114267
Binary11001101001100110110100101011111101110111001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6699B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6699B4; }

 p { color: rgb(102,153,180); }

 H1.HeaderClassName
 {
   color: #6699B4;
 }
 .AnyTagClassName
 {
   color: #6699B4;
 }
</style>
background-color css

<style>
 a { background-color: #6699B4; }

 a { background-color: rgb(102,153,180); }

 div.DivClassName
 {
   background-color: #6699B4;
 }
 .BgClassName
 {
   background-color: #6699B4;
 }
</style>
border-color css

<style>
 span { border-color: #6699B4; }

 span { border-color: rgb(102,153,180); }

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