Html Css Color HEX #6D5C85 Kimberly

📋 copy color: '#6D5C85'

red 109 ◦ green 92 ◦ blue 133

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

Shades of Kimberly #6D5C85

Tints of Kimberly #6D5C85

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.54%

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 32.63%
G = 27.54%
B = 39.82%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D5C85 (or 0x6D5C85) is known color: Kimberly. HEX triplet: 6D, 5C and 85. RGB value is (109,92,133). Sum of RGB (Red+Green+Blue) = 109+92+133=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D5C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5C85 is #92A37A. Grayscale: #656565. Windows color (decimal): -9610107 or 8739949. OLE color: 8739949.

HSL color Cylindrical-coordinate representation of color #6D5C85: hue angle of 264.88º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D5C85 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 92 133 -
CMYK 0.18 0.31 0 0.48
HSL 264.88º 0.18% 0.44% -
HSV(B) 264.88º 0.31% 0.52% -
XYZ 14.37 12.6 23.86 -
YUV 101.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 109 92 133 0.18 0.31 0 0.48 264.88 0.18 0.44
Hex 6D 5C 85 12 1F 0 30 109 12 2C
Octal 155 134 205 22 37 0 60 411 22 54
Binary 1101101 1011100 10000101 10010 11111 0 110000 100001001 10010 101100

Color Harmonies of #6D5C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5C85

Black with #6D5C85

Text Example


Text Example

White with #6D5C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,92,133); }

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

background-color css

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

 a { background-color: rgb(109,92,133); }

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

border-color css

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

 span { border-color: rgb(109,92,133); }

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