Html Css Color HEX #605E8A Kimberly

📋 copy color: '#605E8A'

red 96 ◦ green 94 ◦ blue 138

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

Shades of Kimberly #605E8A

Tints of Kimberly #605E8A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

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

R = 29.27%
G = 28.66%
B = 42.07%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#605E8A (or 0x605E8A) is known color: Kimberly. HEX triplet: 60, 5E and 8A. RGB value is (96,94,138). Sum of RGB (Red+Green+Blue) = 96+94+138=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #605E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605E8A is #9FA175. Grayscale: #636363. Windows color (decimal): -10461558 or 9068128. OLE color: 9068128.

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

Color convert

RGB 96 94 138 -
CMYK 0.30 0.32 0 0.46
HSL 242.73º 0.19% 0.45% -
HSV(B) 242.73º 0.32% 0.54% -
XYZ 13.41 12.33 25.72 -
YUV 99.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 96 94 138 0.30 0.32 0 0.46 242.73 0.19 0.45
Hex 60 5E 8A 1E 20 0 2E F3 13 2D
Octal 140 136 212 36 40 0 56 363 23 55
Binary 1100000 1011110 10001010 11110 100000 0 101110 11110011 10011 101101

Color Harmonies of #605E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E8A

Black with #605E8A

Text Example


Text Example

White with #605E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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