Html Css Color HEX #605A8D Kimberly

📋 copy color: '#605A8D'

red 96 ◦ green 90 ◦ blue 141

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

Shades of Kimberly #605A8D

Tints of Kimberly #605A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 29.36%
G = 27.52%
B = 43.12%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#605A8D (or 0x605A8D) is known color: Kimberly. HEX triplet: 60, 5A and 8D. RGB value is (96,90,141). Sum of RGB (Red+Green+Blue) = 96+90+141=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #605A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605A8D is #9FA572. Grayscale: #616161. Windows color (decimal): -10462579 or 9263712. OLE color: 9263712.

HSL color Cylindrical-coordinate representation of color #605A8D: hue angle of 247.06º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #605A8D is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 90 141 -
CMYK 0.32 0.36 0 0.45
HSL 247.06º 0.22% 0.45% -
HSV(B) 247.06º 0.36% 0.55% -
XYZ 13.29 11.72 26.76 -
YUV 97.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 96 90 141 0.32 0.36 0 0.45 247.06 0.22 0.45
Hex 60 5A 8D 20 24 0 2D F7 16 2D
Octal 140 132 215 40 44 0 55 367 26 55
Binary 1100000 1011010 10001101 100000 100100 0 101101 11110111 10110 101101

Color Harmonies of #605A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A8D

Black with #605A8D

Text Example


Text Example

White with #605A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,90,141); }

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

background-color css

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

 a { background-color: rgb(96,90,141); }

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

border-color css

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

 span { border-color: rgb(96,90,141); }

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