Html Css Color HEX #666990 Waikawa Grey

📋 copy color: '#666990'

red 102 ◦ green 105 ◦ blue 144

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

Shades of Waikawa Grey #666990

Tints of Waikawa Grey #666990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.91%

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

R = 29.06%
G = 29.91%
B = 41.03%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#666990 (or 0x666990) is known color: Waikawa Grey. HEX triplet: 66, 69 and 90. RGB value is (102,105,144). Sum of RGB (Red+Green+Blue) = 102+105+144=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #666990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666990 is #99966F. Grayscale: #6C6C6C. Windows color (decimal): -10065520 or 9464166. OLE color: 9464166.

HSL color Cylindrical-coordinate representation of color #666990: hue angle of 235.71º 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 #666990 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 105 144 -
CMYK 0.29 0.27 0 0.44
HSL 235.71º 0.17% 0.48% -
HSV(B) 235.71º 0.29% 0.56% -
XYZ 15.57 14.94 28.45 -
YUV 108.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 102 105 144 0.29 0.27 0 0.44 235.71 0.17 0.48
Hex 66 69 90 1D 1B 0 2C EC 11 30
Octal 146 151 220 35 33 0 54 354 21 60
Binary 1100110 1101001 10010000 11101 11011 0 101100 11101100 10001 110000

Color Harmonies of #666990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666990

Black with #666990

Text Example


Text Example

White with #666990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666990; }

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

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

background-color css

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

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

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

border-color css

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

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

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