Html Css Color HEX #607195 Waikawa Grey

📋 copy color: '#607195'

red 96 ◦ green 113 ◦ blue 149

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

Shades of Waikawa Grey #607195

Tints of Waikawa Grey #607195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.56%

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

R = 26.82%
G = 31.56%
B = 41.62%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#607195 (or 0x607195) is known color: Waikawa Grey. HEX triplet: 60, 71 and 95. RGB value is (96,113,149). Sum of RGB (Red+Green+Blue) = 96+113+149=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #607195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607195 is #9F8E6A. Grayscale: #6F6F6F. Windows color (decimal): -10456683 or 9793888. OLE color: 9793888.

HSL color Cylindrical-coordinate representation of color #607195: hue angle of 220.75º 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 #607195 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 113 149 -
CMYK 0.36 0.24 0 0.42
HSL 220.75º 0.22% 0.48% -
HSV(B) 220.75º 0.36% 0.58% -
XYZ 16.15 16.47 30.76 -
YUV 112.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 96 113 149 0.36 0.24 0 0.42 220.75 0.22 0.48
Hex 60 71 95 24 18 0 2A DD 16 30
Octal 140 161 225 44 30 0 52 335 26 60
Binary 1100000 1110001 10010101 100100 11000 0 101010 11011101 10110 110000

Color Harmonies of #607195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607195

Black with #607195

Text Example


Text Example

White with #607195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607195; }

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

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

background-color css

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

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

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

border-color css

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

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

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