Html Css Color HEX #607292 Waikawa Grey

📋 copy color: '#607292'

red 96 ◦ green 114 ◦ blue 146

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

Shades of Waikawa Grey #607292

Tints of Waikawa Grey #607292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 26.97%
G = 32.02%
B = 41.01%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#607292 (or 0x607292) is known color: Waikawa Grey. HEX triplet: 60, 72 and 92. RGB value is (96,114,146). Sum of RGB (Red+Green+Blue) = 96+114+146=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #607292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607292 is #9F8D6D. Grayscale: #707070. Windows color (decimal): -10456430 or 9597536. OLE color: 9597536.

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

Color convert

RGB 96 114 146 -
CMYK 0.34 0.22 0 0.43
HSL 218.4º 0.21% 0.47% -
HSV(B) 218.4º 0.34% 0.57% -
XYZ 16.03 16.6 29.55 -
YUV 112.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 96 114 146 0.34 0.22 0 0.43 218.4 0.21 0.47
Hex 60 72 92 22 16 0 2B DA 15 2F
Octal 140 162 222 42 26 0 53 332 25 57
Binary 1100000 1110010 10010010 100010 10110 0 101011 11011010 10101 101111

Color Harmonies of #607292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607292

Black with #607292

Text Example


Text Example

White with #607292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607292; }

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

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

background-color css

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

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

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

border-color css

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

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

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