Html Css Color HEX #667491 Waikawa Grey

📋 copy color: '#667491'

red 102 ◦ green 116 ◦ blue 145

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

Shades of Waikawa Grey #667491

Tints of Waikawa Grey #667491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

 BLUE value IS 145 (57.03% from 255) = 39.94%

R = 28.1%
G = 31.96%
B = 39.94%

CMYK

 C value IS 0.30

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#667491 (or 0x667491) is known color: Waikawa Grey. HEX triplet: 66, 74 and 91. RGB value is (102,116,145). Sum of RGB (Red+Green+Blue) = 102+116+145=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #667491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667491 is #998B6E. Grayscale: #727272. Windows color (decimal): -10062703 or 9532518. OLE color: 9532518.

HSL color Cylindrical-coordinate representation of color #667491: hue angle of 220.47º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #667491 is Cyan = 0.30, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 116 145 -
CMYK 0.30 0.2 0 0.43
HSL 220.47º 0.17% 0.48% -
HSV(B) 220.47º 0.3% 0.57% -
XYZ 16.84 17.36 29.25 -
YUV 115.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 102 116 145 0.30 0.2 0 0.43 220.47 0.17 0.48
Hex 66 74 91 1E 14 0 2B DC 11 30
Octal 146 164 221 36 24 0 53 334 21 60
Binary 1100110 1110100 10010001 11110 10100 0 101011 11011100 10001 110000

Color Harmonies of #667491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667491

Black with #667491

Text Example


Text Example

White with #667491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667491; }

 p { color: rgb(102,116,145); }

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

background-color css

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

 a { background-color: rgb(102,116,145); }

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

border-color css

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

 span { border-color: rgb(102,116,145); }

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