Html Css Color HEX #667291 Waikawa Grey

📋 copy color: '#667291'

red 102 ◦ green 114 ◦ blue 145

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

Shades of Waikawa Grey #667291

Tints of Waikawa Grey #667291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

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

R = 28.25%
G = 31.58%
B = 40.17%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#667291 (or 0x667291) is known color: Waikawa Grey. HEX triplet: 66, 72 and 91. RGB value is (102,114,145). Sum of RGB (Red+Green+Blue) = 102+114+145=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #667291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667291 is #998D6E. Grayscale: #717171. Windows color (decimal): -10063215 or 9532006. OLE color: 9532006.

HSL color Cylindrical-coordinate representation of color #667291: hue angle of 223.26º 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 #667291 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 114 145 -
CMYK 0.30 0.21 0 0.43
HSL 223.26º 0.17% 0.48% -
HSV(B) 223.26º 0.3% 0.57% -
XYZ 16.61 16.9 29.18 -
YUV 113.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 102 114 145 0.30 0.21 0 0.43 223.26 0.17 0.48
Hex 66 72 91 1E 15 0 2B DF 11 30
Octal 146 162 221 36 25 0 53 337 21 60
Binary 1100110 1110010 10010001 11110 10101 0 101011 11011111 10001 110000

Color Harmonies of #667291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667291

Black with #667291

Text Example


Text Example

White with #667291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667291; }

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

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

background-color css

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

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

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

border-color css

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

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

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