Html Css Color HEX #607495 Waikawa Grey

📋 copy color: '#607495'

red 96 ◦ green 116 ◦ blue 149

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

Shades of Waikawa Grey #607495

Tints of Waikawa Grey #607495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 26.59%
G = 32.13%
B = 41.27%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#607495 (or 0x607495) is known color: Waikawa Grey. HEX triplet: 60, 74 and 95. RGB value is (96,116,149). Sum of RGB (Red+Green+Blue) = 96+116+149=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #607495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607495 is #9F8B6A. Grayscale: #717171. Windows color (decimal): -10455915 or 9794656. OLE color: 9794656.

HSL color Cylindrical-coordinate representation of color #607495: hue angle of 217.36º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #607495 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 116 149 -
CMYK 0.36 0.22 0 0.42
HSL 217.36º 0.22% 0.48% -
HSV(B) 217.36º 0.36% 0.58% -
XYZ 16.49 17.15 30.87 -
YUV 113.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 96 116 149 0.36 0.22 0 0.42 217.36 0.22 0.48
Hex 60 74 95 24 16 0 2A D9 16 30
Octal 140 164 225 44 26 0 52 331 26 60
Binary 1100000 1110100 10010101 100100 10110 0 101010 11011001 10110 110000

Color Harmonies of #607495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607495

Black with #607495

Text Example


Text Example

White with #607495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607495; }

 p { color: rgb(96,116,149); }

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

background-color css

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

 a { background-color: rgb(96,116,149); }

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

border-color css

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

 span { border-color: rgb(96,116,149); }

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