Html Css Color HEX #606F86 Kashmir Blue

📋 copy color: '#606F86'

red 96 ◦ green 111 ◦ blue 134

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

Shades of Kashmir Blue #606F86

Tints of Kashmir Blue #606F86

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.55%

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

R = 28.15%
G = 32.55%
B = 39.3%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#606F86 (or 0x606F86) is known color: Kashmir Blue. HEX triplet: 60, 6F and 86. RGB value is (96,111,134). Sum of RGB (Red+Green+Blue) = 96+111+134=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 134 - color contains mainly: blue. Hex color #606F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606F86 is #9F9079. Grayscale: #6D6D6D. Windows color (decimal): -10457210 or 8810336. OLE color: 8810336.

HSL color Cylindrical-coordinate representation of color #606F86: hue angle of 216.32º 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 #606F86 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 111 134 -
CMYK 0.28 0.17 0 0.47
HSL 216.32º 0.17% 0.45% -
HSV(B) 216.32º 0.28% 0.53% -
XYZ 14.81 15.58 24.78 -
YUV 109.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 96 111 134 0.28 0.17 0 0.47 216.32 0.17 0.45
Hex 60 6F 86 1C 11 0 2F D8 11 2D
Octal 140 157 206 34 21 0 57 330 21 55
Binary 1100000 1101111 10000110 11100 10001 0 101111 11011000 10001 101101

Color Harmonies of #606F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F86

Black with #606F86

Text Example


Text Example

White with #606F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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