Html Css Color HEX #606D84 Kashmir Blue

📋 copy color: '#606D84'

red 96 ◦ green 109 ◦ blue 132

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

Shades of Kashmir Blue #606D84

Tints of Kashmir Blue #606D84

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.34%

 BLUE value IS 132 (51.95% from 255) = 39.17%

R = 28.49%
G = 32.34%
B = 39.17%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#606D84 (or 0x606D84) is known color: Kashmir Blue. HEX triplet: 60, 6D and 84. RGB value is (96,109,132). Sum of RGB (Red+Green+Blue) = 96+109+132=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #606D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606D84 is #9F927B. Grayscale: #6B6B6B. Windows color (decimal): -10457724 or 8678752. OLE color: 8678752.

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

Color convert

RGB 96 109 132 -
CMYK 0.27 0.17 0 0.48
HSL 218.33º 0.16% 0.45% -
HSV(B) 218.33º 0.27% 0.52% -
XYZ 14.46 15.09 23.98 -
YUV 107.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 96 109 132 0.27 0.17 0 0.48 218.33 0.16 0.45
Hex 60 6D 84 1B 11 0 30 DA 10 2D
Octal 140 155 204 33 21 0 60 332 20 55
Binary 1100000 1101101 10000100 11011 10001 0 110000 11011010 10000 101101

Color Harmonies of #606D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D84

Black with #606D84

Text Example


Text Example

White with #606D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,109,132); }

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

background-color css

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

 a { background-color: rgb(96,109,132); }

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

border-color css

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

 span { border-color: rgb(96,109,132); }

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