Html Css Color HEX #607692 Waikawa Grey

📋 copy color: '#607692'

red 96 ◦ green 118 ◦ blue 146

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

Shades of Waikawa Grey #607692

Tints of Waikawa Grey #607692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

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

R = 26.67%
G = 32.78%
B = 40.56%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#607692 (or 0x607692) is known color: Waikawa Grey. HEX triplet: 60, 76 and 92. RGB value is (96,118,146). Sum of RGB (Red+Green+Blue) = 96+118+146=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #607692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607692 is #9F896D. Grayscale: #727272. Windows color (decimal): -10455406 or 9598560. OLE color: 9598560.

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

Color convert

RGB 96 118 146 -
CMYK 0.34 0.19 0 0.43
HSL 213.6º 0.21% 0.47% -
HSV(B) 213.6º 0.34% 0.57% -
XYZ 16.49 17.52 29.71 -
YUV 114.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 96 118 146 0.34 0.19 0 0.43 213.6 0.21 0.47
Hex 60 76 92 22 13 0 2B D6 15 2F
Octal 140 166 222 42 23 0 53 326 25 57
Binary 1100000 1110110 10010010 100010 10011 0 101011 11010110 10101 101111

Color Harmonies of #607692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607692

Black with #607692

Text Example


Text Example

White with #607692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607692; }

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

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

background-color css

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

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

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

border-color css

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

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

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