Html Css Color HEX #66708C Waikawa Grey

📋 copy color: '#66708C'

red 102 ◦ green 112 ◦ blue 140

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

Shades of Waikawa Grey #66708C

Tints of Waikawa Grey #66708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 28.81%
G = 31.64%
B = 39.55%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66708C (or 0x66708C) is known color: Waikawa Grey. HEX triplet: 66, 70 and 8C. RGB value is (102,112,140). Sum of RGB (Red+Green+Blue) = 102+112+140=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #66708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66708C is #998F73. Grayscale: #707070. Windows color (decimal): -10063732 or 9203814. OLE color: 9203814.

HSL color Cylindrical-coordinate representation of color #66708C: hue angle of 224.21º degrees, saturation: 0.16, 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 #66708C is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 112 140 -
CMYK 0.27 0.20 0 0.45
HSL 224.21º 0.16% 0.47% -
HSV(B) 224.21º 0.27% 0.55% -
XYZ 16.01 16.31 27.11 -
YUV 112.2 143.69 120.72 -
System Red Green Blue C M Y K H S L
Decimal 102 112 140 0.27 0.20 0 0.45 224.21 0.16 0.47
Hex 66 70 8C 1B 14 0 2D E0 10 2F
Octal 146 160 214 33 24 0 55 340 20 57
Binary 1100110 1110000 10001100 11011 10100 0 101101 11100000 10000 101111

Color Harmonies of #66708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66708C

Black with #66708C

Text Example


Text Example

White with #66708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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