Html Css Color HEX #605A8F Kimberly

📋 copy color: '#605A8F'

red 96 ◦ green 90 ◦ blue 143

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

Shades of Kimberly #605A8F

Tints of Kimberly #605A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 29.18%
G = 27.36%
B = 43.47%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#605A8F (or 0x605A8F) is known color: Kimberly. HEX triplet: 60, 5A and 8F. RGB value is (96,90,143). Sum of RGB (Red+Green+Blue) = 96+90+143=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #605A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605A8F is #9FA570. Grayscale: #616161. Windows color (decimal): -10462577 or 9394784. OLE color: 9394784.

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

Color convert

RGB 96 90 143 -
CMYK 0.33 0.37 0 0.44
HSL 246.79º 0.23% 0.46% -
HSV(B) 246.79º 0.37% 0.56% -
XYZ 13.44 11.78 27.55 -
YUV 97.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 96 90 143 0.33 0.37 0 0.44 246.79 0.23 0.46
Hex 60 5A 8F 21 25 0 2C F7 17 2E
Octal 140 132 217 41 45 0 54 367 27 56
Binary 1100000 1011010 10001111 100001 100101 0 101100 11110111 10111 101110

Color Harmonies of #605A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A8F

Black with #605A8F

Text Example


Text Example

White with #605A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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