Html Css Color HEX #666C8C Waikawa Grey

📋 copy color: '#666C8C'

red 102 ◦ green 108 ◦ blue 140

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

Shades of Waikawa Grey #666C8C

Tints of Waikawa Grey #666C8C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.86%

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

R = 29.14%
G = 30.86%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#666C8C (or 0x666C8C) is known color: Waikawa Grey. HEX triplet: 66, 6C and 8C. RGB value is (102,108,140). Sum of RGB (Red+Green+Blue) = 102+108+140=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #666C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C8C is #999373. Grayscale: #6D6D6D. Windows color (decimal): -10064756 or 9202790. OLE color: 9202790.

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

Color convert

RGB 102 108 140 -
CMYK 0.27 0.23 0 0.45
HSL 230.53º 0.16% 0.47% -
HSV(B) 230.53º 0.27% 0.55% -
XYZ 15.58 15.44 26.97 -
YUV 109.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 102 108 140 0.27 0.23 0 0.45 230.53 0.16 0.47
Hex 66 6C 8C 1B 17 0 2D E7 10 2F
Octal 146 154 214 33 27 0 55 347 20 57
Binary 1100110 1101100 10001100 11011 10111 0 101101 11100111 10000 101111

Color Harmonies of #666C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666C8C

Black with #666C8C

Text Example


Text Example

White with #666C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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