Html Css Color HEX #667592 Waikawa Grey

📋 copy color: '#667592'

red 102 ◦ green 117 ◦ blue 146

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

Shades of Waikawa Grey #667592

Tints of Waikawa Grey #667592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40%

R = 27.95%
G = 32.05%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#667592 (or 0x667592) is known color: Waikawa Grey. HEX triplet: 66, 75 and 92. RGB value is (102,117,146). Sum of RGB (Red+Green+Blue) = 102+117+146=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #667592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667592 is #998A6D. Grayscale: #737373. Windows color (decimal): -10062446 or 9598310. OLE color: 9598310.

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

Color convert

RGB 102 117 146 -
CMYK 0.30 0.20 0 0.43
HSL 219.55º 0.18% 0.49% -
HSV(B) 219.55º 0.3% 0.57% -
XYZ 17.03 17.62 29.7 -
YUV 115.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 102 117 146 0.30 0.20 0 0.43 219.55 0.18 0.49
Hex 66 75 92 1E 14 0 2B DC 12 31
Octal 146 165 222 36 24 0 53 334 22 61
Binary 1100110 1110101 10010010 11110 10100 0 101011 11011100 10010 110001

Color Harmonies of #667592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667592

Black with #667592

Text Example


Text Example

White with #667592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667592; }

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

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

background-color css

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

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

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

border-color css

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

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

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