Html Css Color HEX #607592 Waikawa Grey

📋 copy color: '#607592'

red 96 ◦ green 117 ◦ blue 146

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

Shades of Waikawa Grey #607592

Tints of Waikawa Grey #607592

RGB

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

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

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

R = 26.74%
G = 32.59%
B = 40.67%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#607592 (or 0x607592) is known color: Waikawa Grey. HEX triplet: 60, 75 and 92. RGB value is (96,117,146). Sum of RGB (Red+Green+Blue) = 96+117+146=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #607592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607592 is #9F8A6D. Grayscale: #717171. Windows color (decimal): -10455662 or 9598304. OLE color: 9598304.

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

Color convert

RGB 96 117 146 -
CMYK 0.34 0.20 0 0.43
HSL 214.8º 0.21% 0.47% -
HSV(B) 214.8º 0.34% 0.57% -
XYZ 16.37 17.28 29.67 -
YUV 114.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 96 117 146 0.34 0.20 0 0.43 214.8 0.21 0.47
Hex 60 75 92 22 14 0 2B D7 15 2F
Octal 140 165 222 42 24 0 53 327 25 57
Binary 1100000 1110101 10010010 100010 10100 0 101011 11010111 10101 101111

Color Harmonies of #607592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607592

Black with #607592

Text Example


Text Example

White with #607592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607592; }

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

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

background-color css

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

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

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

border-color css

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

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

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