Html Css Color HEX #607695 Waikawa Grey

📋 copy color: '#607695'

red 96 ◦ green 118 ◦ blue 149

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

Shades of Waikawa Grey #607695

Tints of Waikawa Grey #607695

RGB

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

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

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

R = 26.45%
G = 32.51%
B = 41.05%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#607695 (or 0x607695) is known color: Waikawa Grey. HEX triplet: 60, 76 and 95. RGB value is (96,118,149). Sum of RGB (Red+Green+Blue) = 96+118+149=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #607695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607695 is #9F896A. Grayscale: #727272. Windows color (decimal): -10455403 or 9795168. OLE color: 9795168.

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

Color convert

RGB 96 118 149 -
CMYK 0.36 0.21 0 0.42
HSL 215.09º 0.22% 0.48% -
HSV(B) 215.09º 0.36% 0.58% -
XYZ 16.73 17.61 30.95 -
YUV 114.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 96 118 149 0.36 0.21 0 0.42 215.09 0.22 0.48
Hex 60 76 95 24 15 0 2A D7 16 30
Octal 140 166 225 44 25 0 52 327 26 60
Binary 1100000 1110110 10010101 100100 10101 0 101010 11010111 10110 110000

Color Harmonies of #607695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607695

Black with #607695

Text Example


Text Example

White with #607695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607695; }

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

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

background-color css

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

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

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

border-color css

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

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

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