Html Css Color HEX #606592 Waikawa Grey

📋 copy color: '#606592'

red 96 ◦ green 101 ◦ blue 146

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

Shades of Waikawa Grey #606592

Tints of Waikawa Grey #606592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

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

R = 27.99%
G = 29.45%
B = 42.57%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#606592 (or 0x606592) is known color: Waikawa Grey. HEX triplet: 60, 65 and 92. RGB value is (96,101,146). Sum of RGB (Red+Green+Blue) = 96+101+146=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #606592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606592 is #9F9A6D. Grayscale: #686868. Windows color (decimal): -10459758 or 9594208. OLE color: 9594208.

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

Color convert

RGB 96 101 146 -
CMYK 0.34 0.31 0 0.43
HSL 234º 0.21% 0.47% -
HSV(B) 234º 0.34% 0.57% -
XYZ 14.67 13.87 29.1 -
YUV 104.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 96 101 146 0.34 0.31 0 0.43 234 0.21 0.47
Hex 60 65 92 22 1F 0 2B EA 15 2F
Octal 140 145 222 42 37 0 53 352 25 57
Binary 1100000 1100101 10010010 100010 11111 0 101011 11101010 10101 101111

Color Harmonies of #606592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606592

Black with #606592

Text Example


Text Example

White with #606592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606592; }

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

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

background-color css

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

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

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

border-color css

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

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

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