Html Css Color HEX #606992 Waikawa Grey

📋 copy color: '#606992'

red 96 ◦ green 105 ◦ blue 146

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

Shades of Waikawa Grey #606992

Tints of Waikawa Grey #606992

RGB

 RED value IS 96 (37.89% from 255) = 27.67%

 GREEN value IS 105 (41.41% from 255) = 30.26%

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

R = 27.67%
G = 30.26%
B = 42.07%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#606992 (or 0x606992) is known color: Waikawa Grey. HEX triplet: 60, 69 and 92. RGB value is (96,105,146). Sum of RGB (Red+Green+Blue) = 96+105+146=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #606992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606992 is #9F966D. Grayscale: #6A6A6A. Windows color (decimal): -10458734 or 9595232. OLE color: 9595232.

HSL color Cylindrical-coordinate representation of color #606992: hue angle of 229.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #606992 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 105 146 -
CMYK 0.34 0.28 0 0.43
HSL 229.2º 0.21% 0.47% -
HSV(B) 229.2º 0.34% 0.57% -
XYZ 15.06 14.67 29.23 -
YUV 106.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 96 105 146 0.34 0.28 0 0.43 229.2 0.21 0.47
Hex 60 69 92 22 1C 0 2B E5 15 2F
Octal 140 151 222 42 34 0 53 345 25 57
Binary 1100000 1101001 10010010 100010 11100 0 101011 11100101 10101 101111

Color Harmonies of #606992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606992

Black with #606992

Text Example


Text Example

White with #606992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606992; }

 p { color: rgb(96,105,146); }

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

background-color css

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

 a { background-color: rgb(96,105,146); }

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

border-color css

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

 span { border-color: rgb(96,105,146); }

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