Html Css Color HEX #666C90 Waikawa Grey

📋 copy color: '#666C90'

red 102 ◦ green 108 ◦ blue 144

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

Shades of Waikawa Grey #666C90

Tints of Waikawa Grey #666C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 28.81%
G = 30.51%
B = 40.68%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#666C90 (or 0x666C90) is known color: Waikawa Grey. HEX triplet: 66, 6C and 90. RGB value is (102,108,144). Sum of RGB (Red+Green+Blue) = 102+108+144=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #666C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C90 is #99936F. Grayscale: #6E6E6E. Windows color (decimal): -10064752 or 9464934. OLE color: 9464934.

HSL color Cylindrical-coordinate representation of color #666C90: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #666C90 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 108 144 -
CMYK 0.29 0.25 0 0.44
HSL 231.43º 0.17% 0.48% -
HSV(B) 231.43º 0.29% 0.56% -
XYZ 15.88 15.56 28.55 -
YUV 110.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 102 108 144 0.29 0.25 0 0.44 231.43 0.17 0.48
Hex 66 6C 90 1D 19 0 2C E7 11 30
Octal 146 154 220 35 31 0 54 347 21 60
Binary 1100110 1101100 10010000 11101 11001 0 101100 11100111 10001 110000

Color Harmonies of #666C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666C90

Black with #666C90

Text Example


Text Example

White with #666C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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