Html Css Color HEX #605C8A Kimberly

📋 copy color: '#605C8A'

red 96 ◦ green 92 ◦ blue 138

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

Shades of Kimberly #605C8A

Tints of Kimberly #605C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.33%

R = 29.45%
G = 28.22%
B = 42.33%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#605C8A (or 0x605C8A) is known color: Kimberly. HEX triplet: 60, 5C and 8A. RGB value is (96,92,138). Sum of RGB (Red+Green+Blue) = 96+92+138=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #605C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605C8A is #9FA375. Grayscale: #626262. Windows color (decimal): -10462070 or 9067616. OLE color: 9067616.

HSL color Cylindrical-coordinate representation of color #605C8A: hue angle of 245.22º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #605C8A is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 92 138 -
CMYK 0.30 0.33 0 0.46
HSL 245.22º 0.2% 0.45% -
HSV(B) 245.22º 0.33% 0.54% -
XYZ 13.24 11.98 25.66 -
YUV 98.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 96 92 138 0.30 0.33 0 0.46 245.22 0.2 0.45
Hex 60 5C 8A 1E 21 0 2E F5 14 2D
Octal 140 134 212 36 41 0 56 365 24 55
Binary 1100000 1011100 10001010 11110 100001 0 101110 11110101 10100 101101

Color Harmonies of #605C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605C8A

Black with #605C8A

Text Example


Text Example

White with #605C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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