Html Css Color HEX #605380 Kimberly

📋 copy color: '#605380'

red 96 ◦ green 83 ◦ blue 128

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

Shades of Kimberly #605380

Tints of Kimberly #605380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

 BLUE value IS 128 (50.39% from 255) = 41.69%

R = 31.27%
G = 27.04%
B = 41.69%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#605380 (or 0x605380) is known color: Kimberly. HEX triplet: 60, 53 and 80. RGB value is (96,83,128). Sum of RGB (Red+Green+Blue) = 96+83+128=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #605380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605380 is #9FAC7F. Grayscale: #5B5B5B. Windows color (decimal): -10464384 or 8409952. OLE color: 8409952.

HSL color Cylindrical-coordinate representation of color #605380: hue angle of 257.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #605380 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 83 128 -
CMYK 0.25 0.35 0 0.50
HSL 257.33º 0.21% 0.41% -
HSV(B) 257.33º 0.35% 0.5% -
XYZ 11.81 10.23 21.77 -
YUV 92.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 96 83 128 0.25 0.35 0 0.50 257.33 0.21 0.41
Hex 60 53 80 19 23 0 32 101 15 29
Octal 140 123 200 31 43 0 62 401 25 51
Binary 1100000 1010011 10000000 11001 100011 0 110010 100000001 10101 101001

Color Harmonies of #605380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605380

Black with #605380

Text Example


Text Example

White with #605380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605380; }

 p { color: rgb(96,83,128); }

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

background-color css

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

 a { background-color: rgb(96,83,128); }

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

border-color css

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

 span { border-color: rgb(96,83,128); }

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