Html Css Color HEX #607083 Kashmir Blue

📋 copy color: '#607083'

red 96 ◦ green 112 ◦ blue 131

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

Shades of Kashmir Blue #607083

Tints of Kashmir Blue #607083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

 BLUE value IS 131 (51.56% from 255) = 38.64%

R = 28.32%
G = 33.04%
B = 38.64%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#607083 (or 0x607083) is known color: Kashmir Blue. HEX triplet: 60, 70 and 83. RGB value is (96,112,131). Sum of RGB (Red+Green+Blue) = 96+112+131=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 131 - color contains mainly: blue. Hex color #607083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607083 is #9F8F7C. Grayscale: #6D6D6D. Windows color (decimal): -10456957 or 8613984. OLE color: 8613984.

HSL color Cylindrical-coordinate representation of color #607083: hue angle of 212.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607083 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 112 131 -
CMYK 0.27 0.15 0 0.49
HSL 212.57º 0.15% 0.45% -
HSV(B) 212.57º 0.27% 0.51% -
XYZ 14.71 15.71 23.73 -
YUV 109.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 96 112 131 0.27 0.15 0 0.49 212.57 0.15 0.45
Hex 60 70 83 1B F 0 31 D5 F 2D
Octal 140 160 203 33 17 0 61 325 17 55
Binary 1100000 1110000 10000011 11011 1111 0 110001 11010101 1111 101101

Color Harmonies of #607083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607083

Black with #607083

Text Example


Text Example

White with #607083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607083; }

 p { color: rgb(96,112,131); }

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

background-color css

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

 a { background-color: rgb(96,112,131); }

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

border-color css

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

 span { border-color: rgb(96,112,131); }

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