Html Css Color HEX #66708B Waikawa Grey

📋 copy color: '#66708B'

red 102 ◦ green 112 ◦ blue 139

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

Shades of Waikawa Grey #66708B

Tints of Waikawa Grey #66708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

 BLUE value IS 139 (54.69% from 255) = 39.38%

R = 28.9%
G = 31.73%
B = 39.38%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66708B (or 0x66708B) is known color: Waikawa Grey. HEX triplet: 66, 70 and 8B. RGB value is (102,112,139). Sum of RGB (Red+Green+Blue) = 102+112+139=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #66708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66708B is #998F74. Grayscale: #6F6F6F. Windows color (decimal): -10063733 or 9138278. OLE color: 9138278.

HSL color Cylindrical-coordinate representation of color #66708B: hue angle of 223.78º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66708B is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 112 139 -
CMYK 0.27 0.19 0 0.45
HSL 223.78º 0.15% 0.47% -
HSV(B) 223.78º 0.27% 0.55% -
XYZ 15.93 16.28 26.73 -
YUV 112.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 102 112 139 0.27 0.19 0 0.45 223.78 0.15 0.47
Hex 66 70 8B 1B 13 0 2D E0 F 2F
Octal 146 160 213 33 23 0 55 340 17 57
Binary 1100110 1110000 10001011 11011 10011 0 101101 11100000 1111 101111

Color Harmonies of #66708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66708B

Black with #66708B

Text Example


Text Example

White with #66708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66708B; }

 p { color: rgb(102,112,139); }

 H1.HeaderClassName
 {
   color: #66708B;
 }
 .AnyTagClassName
 {
   color: #66708B;
 }
</style>

background-color css

<style>
 a { background-color: #66708B; }

 a { background-color: rgb(102,112,139); }

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

border-color css

<style>
 span { border-color: #66708B; }

 span { border-color: rgb(102,112,139); }

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