Html Css Color HEX #666F90 Waikawa Grey

📋 copy color: '#666F90'

red 102 ◦ green 111 ◦ blue 144

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

Shades of Waikawa Grey #666F90

Tints of Waikawa Grey #666F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.09%

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

R = 28.57%
G = 31.09%
B = 40.34%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#666F90 (or 0x666F90) is known color: Waikawa Grey. HEX triplet: 66, 6F and 90. RGB value is (102,111,144). Sum of RGB (Red+Green+Blue) = 102+111+144=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #666F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F90 is #99906F. Grayscale: #6F6F6F. Windows color (decimal): -10063984 or 9465702. OLE color: 9465702.

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

Color convert

RGB 102 111 144 -
CMYK 0.29 0.23 0 0.44
HSL 227.14º 0.17% 0.48% -
HSV(B) 227.14º 0.29% 0.56% -
XYZ 16.2 16.21 28.66 -
YUV 112.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 102 111 144 0.29 0.23 0 0.44 227.14 0.17 0.48
Hex 66 6F 90 1D 17 0 2C E3 11 30
Octal 146 157 220 35 27 0 54 343 21 60
Binary 1100110 1101111 10010000 11101 10111 0 101100 11100011 10001 110000

Color Harmonies of #666F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F90

Black with #666F90

Text Example


Text Example

White with #666F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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