Html Css Color HEX #6D5D8C Kimberly

📋 copy color: '#6D5D8C'

red 109 ◦ green 93 ◦ blue 140

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

Shades of Kimberly #6D5D8C

Tints of Kimberly #6D5D8C

RGB

 RED value IS 109 (42.97% from 255) = 31.87%

 GREEN value IS 93 (36.72% from 255) = 27.19%

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 31.87%
G = 27.19%
B = 40.94%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D5D8C (or 0x6D5D8C) is known color: Kimberly. HEX triplet: 6D, 5D and 8C. RGB value is (109,93,140). Sum of RGB (Red+Green+Blue) = 109+93+140=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D5D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5D8C is #92A273. Grayscale: #666666. Windows color (decimal): -9609844 or 9198957. OLE color: 9198957.

HSL color Cylindrical-coordinate representation of color #6D5D8C: hue angle of 260.43º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D5D8C is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 93 140 -
CMYK 0.22 0.34 0 0.45
HSL 260.43º 0.2% 0.46% -
HSV(B) 260.43º 0.34% 0.55% -
XYZ 14.95 12.97 26.53 -
YUV 103.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 109 93 140 0.22 0.34 0 0.45 260.43 0.2 0.46
Hex 6D 5D 8C 16 22 0 2D 104 14 2E
Octal 155 135 214 26 42 0 55 404 24 56
Binary 1101101 1011101 10001100 10110 100010 0 101101 100000100 10100 101110

Color Harmonies of #6D5D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5D8C

Black with #6D5D8C

Text Example


Text Example

White with #6D5D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D5D8C; }

 p { color: rgb(109,93,140); }

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

background-color css

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

 a { background-color: rgb(109,93,140); }

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

border-color css

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

 span { border-color: rgb(109,93,140); }

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