Html Css Color HEX #66718B Waikawa Grey

📋 copy color: '#66718B'

red 102 ◦ green 113 ◦ blue 139

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

Shades of Waikawa Grey #66718B

Tints of Waikawa Grey #66718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

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

R = 28.81%
G = 31.92%
B = 39.27%

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

#66718B (or 0x66718B) is known color: Waikawa Grey. HEX triplet: 66, 71 and 8B. RGB value is (102,113,139). Sum of RGB (Red+Green+Blue) = 102+113+139=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #66718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66718B is #998E74. Grayscale: #707070. Windows color (decimal): -10063477 or 9138534. OLE color: 9138534.

HSL color Cylindrical-coordinate representation of color #66718B: hue angle of 222.16º 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 #66718B is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 113 139 -
CMYK 0.27 0.19 0 0.45
HSL 222.16º 0.15% 0.47% -
HSV(B) 222.16º 0.27% 0.55% -
XYZ 16.04 16.5 26.77 -
YUV 112.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 102 113 139 0.27 0.19 0 0.45 222.16 0.15 0.47
Hex 66 71 8B 1B 13 0 2D DE F 2F
Octal 146 161 213 33 23 0 55 336 17 57
Binary 1100110 1110001 10001011 11011 10011 0 101101 11011110 1111 101111

Color Harmonies of #66718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66718B

Black with #66718B

Text Example


Text Example

White with #66718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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