Html Css Color HEX #605C90 Kimberly

📋 copy color: '#605C90'

red 96 ◦ green 92 ◦ blue 144

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

Shades of Kimberly #605C90

Tints of Kimberly #605C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.37%

R = 28.92%
G = 27.71%
B = 43.37%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#605C90 (or 0x605C90) is known color: Kimberly. HEX triplet: 60, 5C and 90. RGB value is (96,92,144). Sum of RGB (Red+Green+Blue) = 96+92+144=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #605C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605C90 is #9FA36F. Grayscale: #626262. Windows color (decimal): -10462064 or 9460832. OLE color: 9460832.

HSL color Cylindrical-coordinate representation of color #605C90: hue angle of 244.62º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #605C90 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 92 144 -
CMYK 0.33 0.36 0 0.44
HSL 244.62º 0.22% 0.46% -
HSV(B) 244.62º 0.36% 0.56% -
XYZ 13.69 12.15 28.01 -
YUV 99.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 96 92 144 0.33 0.36 0 0.44 244.62 0.22 0.46
Hex 60 5C 90 21 24 0 2C F5 16 2E
Octal 140 134 220 41 44 0 54 365 26 56
Binary 1100000 1011100 10010000 100001 100100 0 101100 11110101 10110 101110

Color Harmonies of #605C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605C90

Black with #605C90

Text Example


Text Example

White with #605C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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