Html Css Color HEX #666B8C Waikawa Grey

📋 copy color: '#666B8C'

red 102 ◦ green 107 ◦ blue 140

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

Shades of Waikawa Grey #666B8C

Tints of Waikawa Grey #666B8C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

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

R = 29.23%
G = 30.66%
B = 40.11%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#666B8C (or 0x666B8C) is known color: Waikawa Grey. HEX triplet: 66, 6B and 8C. RGB value is (102,107,140). Sum of RGB (Red+Green+Blue) = 102+107+140=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #666B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666B8C is #999473. Grayscale: #6D6D6D. Windows color (decimal): -10065012 or 9202534. OLE color: 9202534.

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

Color convert

RGB 102 107 140 -
CMYK 0.27 0.24 0 0.45
HSL 232.11º 0.16% 0.47% -
HSV(B) 232.11º 0.27% 0.55% -
XYZ 15.47 15.23 26.94 -
YUV 109.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 102 107 140 0.27 0.24 0 0.45 232.11 0.16 0.47
Hex 66 6B 8C 1B 18 0 2D E8 10 2F
Octal 146 153 214 33 30 0 55 350 20 57
Binary 1100110 1101011 10001100 11011 11000 0 101101 11101000 10000 101111

Color Harmonies of #666B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666B8C

Black with #666B8C

Text Example


Text Example

White with #666B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666B8C; }

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

 H1.HeaderClassName
 {
   color: #666B8C;
 }
 .AnyTagClassName
 {
   color: #666B8C;
 }
</style>

background-color css

<style>
 a { background-color: #666B8C; }

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

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

border-color css

<style>
 span { border-color: #666B8C; }

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

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