Html Css Color HEX #607891 Waikawa Grey

📋 copy color: '#607891'

red 96 ◦ green 120 ◦ blue 145

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

Shades of Waikawa Grey #607891

Tints of Waikawa Grey #607891

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.24%

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 26.59%
G = 33.24%
B = 40.17%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#607891 (or 0x607891) is known color: Waikawa Grey. HEX triplet: 60, 78 and 91. RGB value is (96,120,145). Sum of RGB (Red+Green+Blue) = 96+120+145=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #607891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607891 is #9F876E. Grayscale: #737373. Windows color (decimal): -10454895 or 9533536. OLE color: 9533536.

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

Color convert

RGB 96 120 145 -
CMYK 0.34 0.17 0 0.43
HSL 210.61º 0.2% 0.47% -
HSV(B) 210.61º 0.34% 0.57% -
XYZ 16.65 17.96 29.38 -
YUV 115.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 96 120 145 0.34 0.17 0 0.43 210.61 0.2 0.47
Hex 60 78 91 22 11 0 2B D3 14 2F
Octal 140 170 221 42 21 0 53 323 24 57
Binary 1100000 1111000 10010001 100010 10001 0 101011 11010011 10100 101111

Color Harmonies of #607891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607891

Black with #607891

Text Example


Text Example

White with #607891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607891; }

 p { color: rgb(96,120,145); }

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

background-color css

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

 a { background-color: rgb(96,120,145); }

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

border-color css

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

 span { border-color: rgb(96,120,145); }

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