Html Css Color HEX #667590 Waikawa Grey

📋 copy color: '#667590'

red 102 ◦ green 117 ◦ blue 144

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

Shades of Waikawa Grey #667590

Tints of Waikawa Grey #667590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

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

R = 28.1%
G = 32.23%
B = 39.67%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#667590 (or 0x667590) is known color: Waikawa Grey. HEX triplet: 66, 75 and 90. RGB value is (102,117,144). Sum of RGB (Red+Green+Blue) = 102+117+144=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #667590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667590 is #998A6F. Grayscale: #737373. Windows color (decimal): -10062448 or 9467238. OLE color: 9467238.

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

Color convert

RGB 102 117 144 -
CMYK 0.29 0.19 0 0.44
HSL 218.57º 0.17% 0.48% -
HSV(B) 218.57º 0.29% 0.56% -
XYZ 16.87 17.56 28.89 -
YUV 115.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 102 117 144 0.29 0.19 0 0.44 218.57 0.17 0.48
Hex 66 75 90 1D 13 0 2C DB 11 30
Octal 146 165 220 35 23 0 54 333 21 60
Binary 1100110 1110101 10010000 11101 10011 0 101100 11011011 10001 110000

Color Harmonies of #667590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667590

Black with #667590

Text Example


Text Example

White with #667590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667590; }

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

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

background-color css

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

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

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

border-color css

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

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

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