Html Css Color HEX #605C83 Kimberly

📋 copy color: '#605C83'

red 96 ◦ green 92 ◦ blue 131

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

Shades of Kimberly #605C83

Tints of Kimberly #605C83

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.84%

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

R = 30.09%
G = 28.84%
B = 41.07%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#605C83 (or 0x605C83) is known color: Kimberly. HEX triplet: 60, 5C and 83. RGB value is (96,92,131). Sum of RGB (Red+Green+Blue) = 96+92+131=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 131 - color contains mainly: blue. Hex color #605C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605C83 is #9FA37C. Grayscale: #616161. Windows color (decimal): -10462077 or 8608864. OLE color: 8608864.

HSL color Cylindrical-coordinate representation of color #605C83: hue angle of 246.15º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605C83 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 92 131 -
CMYK 0.27 0.30 0 0.49
HSL 246.15º 0.17% 0.44% -
HSV(B) 246.15º 0.3% 0.51% -
XYZ 12.75 11.78 23.07 -
YUV 97.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 96 92 131 0.27 0.30 0 0.49 246.15 0.17 0.44
Hex 60 5C 83 1B 1E 0 31 F6 11 2C
Octal 140 134 203 33 36 0 61 366 21 54
Binary 1100000 1011100 10000011 11011 11110 0 110001 11110110 10001 101100

Color Harmonies of #605C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605C83

Black with #605C83

Text Example


Text Example

White with #605C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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