Html Css Color HEX #667391 Waikawa Grey

📋 copy color: '#667391'

red 102 ◦ green 115 ◦ blue 145

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

Shades of Waikawa Grey #667391

Tints of Waikawa Grey #667391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

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

R = 28.18%
G = 31.77%
B = 40.06%

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

#667391 (or 0x667391) is known color: Waikawa Grey. HEX triplet: 66, 73 and 91. RGB value is (102,115,145). Sum of RGB (Red+Green+Blue) = 102+115+145=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #667391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667391 is #998C6E. Grayscale: #727272. Windows color (decimal): -10062959 or 9532262. OLE color: 9532262.

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

Color convert

RGB 102 115 145 -
CMYK 0.30 0.21 0 0.43
HSL 221.86º 0.17% 0.48% -
HSV(B) 221.86º 0.3% 0.57% -
XYZ 16.72 17.13 29.21 -
YUV 114.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 102 115 145 0.30 0.21 0 0.43 221.86 0.17 0.48
Hex 66 73 91 1E 15 0 2B DE 11 30
Octal 146 163 221 36 25 0 53 336 21 60
Binary 1100110 1110011 10010001 11110 10101 0 101011 11011110 10001 110000

Color Harmonies of #667391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667391

Black with #667391

Text Example


Text Example

White with #667391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667391; }

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

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

background-color css

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

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

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

border-color css

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

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

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