Html Css Color HEX #6D6186 Kimberly

📋 copy color: '#6D6186'

red 109 ◦ green 97 ◦ blue 134

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

Shades of Kimberly #6D6186

Tints of Kimberly #6D6186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.41%

R = 32.06%
G = 28.53%
B = 39.41%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6D6186 (or 0x6D6186) is known color: Kimberly. HEX triplet: 6D, 61 and 86. RGB value is (109,97,134). Sum of RGB (Red+Green+Blue) = 109+97+134=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D6186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6186 is #929E79. Grayscale: #686868. Windows color (decimal): -9608826 or 8806765. OLE color: 8806765.

HSL color Cylindrical-coordinate representation of color #6D6186: hue angle of 259.46º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D6186 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 97 134 -
CMYK 0.19 0.28 0 0.47
HSL 259.46º 0.16% 0.45% -
HSV(B) 259.46º 0.28% 0.53% -
XYZ 14.88 13.52 24.38 -
YUV 104.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 109 97 134 0.19 0.28 0 0.47 259.46 0.16 0.45
Hex 6D 61 86 13 1C 0 2F 103 10 2D
Octal 155 141 206 23 34 0 57 403 20 55
Binary 1101101 1100001 10000110 10011 11100 0 101111 100000011 10000 101101

Color Harmonies of #6D6186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6186

Black with #6D6186

Text Example


Text Example

White with #6D6186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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