Html Css Color HEX #6699B9 Shakespeare

📋 copy color: '#6699B9'

red 102 ◦ green 153 ◦ blue 185

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

Shades of Shakespeare #6699B9

Tints of Shakespeare #6699B9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.77%

 BLUE value IS 185 (72.66% from 255) = 42.05%

R = 23.18%
G = 34.77%
B = 42.05%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6699B9 (or 0x6699B9) is known color: Shakespeare. HEX triplet: 66, 99 and B9. RGB value is (102,153,185). Sum of RGB (Red+Green+Blue) = 102+153+185=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #6699B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699B9 is #996646. Grayscale: #8D8D8D. Windows color (decimal): -10053191 or 12163430. OLE color: 12163430.

HSL color Cylindrical-coordinate representation of color #6699B9: hue angle of 203.13º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6699B9 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 153 185 -
CMYK 0.45 0.17 0 0.27
HSL 203.13º 0.37% 0.56% -
HSV(B) 203.13º 0.45% 0.73% -
XYZ 25.63 29.11 50.17 -
YUV 141.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 102 153 185 0.45 0.17 0 0.27 203.13 0.37 0.56
Hex 66 99 B9 2D 11 0 1B CB 25 38
Octal 146 231 271 55 21 0 33 313 45 70
Binary 1100110 10011001 10111001 101101 10001 0 11011 11001011 100101 111000

Color Harmonies of #6699B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6699B9

Black with #6699B9

Text Example


Text Example

White with #6699B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6699B9;
 }
 .AnyTagClassName
 {
   color: #6699B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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