Html Css Color HEX #607095 Waikawa Grey

📋 copy color: '#607095'

red 96 ◦ green 112 ◦ blue 149

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

Shades of Waikawa Grey #607095

Tints of Waikawa Grey #607095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

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

R = 26.89%
G = 31.37%
B = 41.74%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#607095 (or 0x607095) is known color: Waikawa Grey. HEX triplet: 60, 70 and 95. RGB value is (96,112,149). Sum of RGB (Red+Green+Blue) = 96+112+149=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #607095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607095 is #9F8F6A. Grayscale: #6F6F6F. Windows color (decimal): -10456939 or 9793632. OLE color: 9793632.

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

Color convert

RGB 96 112 149 -
CMYK 0.36 0.25 0 0.42
HSL 221.89º 0.22% 0.48% -
HSV(B) 221.89º 0.36% 0.58% -
XYZ 16.04 16.25 30.72 -
YUV 111.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 96 112 149 0.36 0.25 0 0.42 221.89 0.22 0.48
Hex 60 70 95 24 19 0 2A DE 16 30
Octal 140 160 225 44 31 0 52 336 26 60
Binary 1100000 1110000 10010101 100100 11001 0 101010 11011110 10110 110000

Color Harmonies of #607095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607095

Black with #607095

Text Example


Text Example

White with #607095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607095; }

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

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

background-color css

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

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

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

border-color css

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

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

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