Html Css Color HEX #606F85 Kashmir Blue

📋 copy color: '#606F85'

red 96 ◦ green 111 ◦ blue 133

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

Shades of Kashmir Blue #606F85

Tints of Kashmir Blue #606F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 28.24%
G = 32.65%
B = 39.12%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#606F85 (or 0x606F85) is known color: Kashmir Blue. HEX triplet: 60, 6F and 85. RGB value is (96,111,133). Sum of RGB (Red+Green+Blue) = 96+111+133=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #606F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606F85 is #9F907A. Grayscale: #6C6C6C. Windows color (decimal): -10457211 or 8744800. OLE color: 8744800.

HSL color Cylindrical-coordinate representation of color #606F85: hue angle of 215.68º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #606F85 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 111 133 -
CMYK 0.28 0.17 0 0.48
HSL 215.68º 0.16% 0.45% -
HSV(B) 215.68º 0.28% 0.52% -
XYZ 14.74 15.55 24.41 -
YUV 109.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 96 111 133 0.28 0.17 0 0.48 215.68 0.16 0.45
Hex 60 6F 85 1C 11 0 30 D8 10 2D
Octal 140 157 205 34 21 0 60 330 20 55
Binary 1100000 1101111 10000101 11100 10001 0 110000 11011000 10000 101101

Color Harmonies of #606F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F85

Black with #606F85

Text Example


Text Example

White with #606F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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