Html Css Color HEX #6D618D Kimberly

📋 copy color: '#6D618D'

red 109 ◦ green 97 ◦ blue 141

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

Shades of Kimberly #6D618D

Tints of Kimberly #6D618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 31.41%
G = 27.95%
B = 40.63%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D618D (or 0x6D618D) is known color: Kimberly. HEX triplet: 6D, 61 and 8D. RGB value is (109,97,141). Sum of RGB (Red+Green+Blue) = 109+97+141=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D618D is #929E72. Grayscale: #696969. Windows color (decimal): -9608819 or 9265517. OLE color: 9265517.

HSL color Cylindrical-coordinate representation of color #6D618D: hue angle of 256.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D618D is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 97 141 -
CMYK 0.23 0.31 0 0.45
HSL 256.36º 0.18% 0.47% -
HSV(B) 256.36º 0.31% 0.55% -
XYZ 15.39 13.72 27.04 -
YUV 105.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 109 97 141 0.23 0.31 0 0.45 256.36 0.18 0.47
Hex 6D 61 8D 17 1F 0 2D 100 12 2F
Octal 155 141 215 27 37 0 55 400 22 57
Binary 1101101 1100001 10001101 10111 11111 0 101101 100000000 10010 101111

Color Harmonies of #6D618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D618D

Black with #6D618D

Text Example


Text Example

White with #6D618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,97,141); }

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

background-color css

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

 a { background-color: rgb(109,97,141); }

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

border-color css

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

 span { border-color: rgb(109,97,141); }

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