Html Css Color HEX #666D8C Waikawa Grey

📋 copy color: '#666D8C'

red 102 ◦ green 109 ◦ blue 140

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

Shades of Waikawa Grey #666D8C

Tints of Waikawa Grey #666D8C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

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

R = 29.06%
G = 31.05%
B = 39.89%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#666D8C (or 0x666D8C) is known color: Waikawa Grey. HEX triplet: 66, 6D and 8C. RGB value is (102,109,140). Sum of RGB (Red+Green+Blue) = 102+109+140=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #666D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D8C is #999273. Grayscale: #6E6E6E. Windows color (decimal): -10064500 or 9203046. OLE color: 9203046.

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

Color convert

RGB 102 109 140 -
CMYK 0.27 0.22 0 0.45
HSL 228.95º 0.16% 0.47% -
HSV(B) 228.95º 0.27% 0.55% -
XYZ 15.68 15.66 27.01 -
YUV 110.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 102 109 140 0.27 0.22 0 0.45 228.95 0.16 0.47
Hex 66 6D 8C 1B 16 0 2D E5 10 2F
Octal 146 155 214 33 26 0 55 345 20 57
Binary 1100110 1101101 10001100 11011 10110 0 101101 11100101 10000 101111

Color Harmonies of #666D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666D8C

Black with #666D8C

Text Example


Text Example

White with #666D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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