Html Css Color HEX #607286 Kashmir Blue

📋 copy color: '#607286'

red 96 ◦ green 114 ◦ blue 134

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

Shades of Kashmir Blue #607286

Tints of Kashmir Blue #607286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.14%

 BLUE value IS 134 (52.73% from 255) = 38.95%

R = 27.91%
G = 33.14%
B = 38.95%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#607286 (or 0x607286) is known color: Kashmir Blue. HEX triplet: 60, 72 and 86. RGB value is (96,114,134). Sum of RGB (Red+Green+Blue) = 96+114+134=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #607286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607286 is #9F8D79. Grayscale: #6E6E6E. Windows color (decimal): -10456442 or 8811104. OLE color: 8811104.

HSL color Cylindrical-coordinate representation of color #607286: hue angle of 211.58º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #607286 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 114 134 -
CMYK 0.28 0.15 0 0.47
HSL 211.58º 0.17% 0.45% -
HSV(B) 211.58º 0.28% 0.53% -
XYZ 15.14 16.24 24.89 -
YUV 110.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 96 114 134 0.28 0.15 0 0.47 211.58 0.17 0.45
Hex 60 72 86 1C F 0 2F D4 11 2D
Octal 140 162 206 34 17 0 57 324 21 55
Binary 1100000 1110010 10000110 11100 1111 0 101111 11010100 10001 101101

Color Harmonies of #607286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607286

Black with #607286

Text Example


Text Example

White with #607286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607286; }

 p { color: rgb(96,114,134); }

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

background-color css

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

 a { background-color: rgb(96,114,134); }

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

border-color css

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

 span { border-color: rgb(96,114,134); }

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