Html Css Color HEX #607189 Kashmir Blue

📋 copy color: '#607189'

red 96 ◦ green 113 ◦ blue 137

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

Shades of Kashmir Blue #607189

Tints of Kashmir Blue #607189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 27.75%
G = 32.66%
B = 39.6%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#607189 (or 0x607189) is known color: Kashmir Blue. HEX triplet: 60, 71 and 89. RGB value is (96,113,137). Sum of RGB (Red+Green+Blue) = 96+113+137=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #607189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607189 is #9F8E76. Grayscale: #6E6E6E. Windows color (decimal): -10456695 or 9007456. OLE color: 9007456.

HSL color Cylindrical-coordinate representation of color #607189: hue angle of 215.12º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607189 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 113 137 -
CMYK 0.30 0.18 0 0.46
HSL 215.12º 0.18% 0.46% -
HSV(B) 215.12º 0.3% 0.54% -
XYZ 15.24 16.1 25.97 -
YUV 110.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 96 113 137 0.30 0.18 0 0.46 215.12 0.18 0.46
Hex 60 71 89 1E 12 0 2E D7 12 2E
Octal 140 161 211 36 22 0 56 327 22 56
Binary 1100000 1110001 10001001 11110 10010 0 101110 11010111 10010 101110

Color Harmonies of #607189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607189

Black with #607189

Text Example


Text Example

White with #607189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607189; }

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

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

background-color css

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

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

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

border-color css

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

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

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