Html Css Color HEX #6D6182 Kimberly

📋 copy color: '#6D6182'

red 109 ◦ green 97 ◦ blue 130

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

Shades of Kimberly #6D6182

Tints of Kimberly #6D6182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.69%

R = 32.44%
G = 28.87%
B = 38.69%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6D6182 (or 0x6D6182) is known color: Kimberly. HEX triplet: 6D, 61 and 82. RGB value is (109,97,130). Sum of RGB (Red+Green+Blue) = 109+97+130=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D6182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6182 is #929E7D. Grayscale: #686868. Windows color (decimal): -9608830 or 8544621. OLE color: 8544621.

HSL color Cylindrical-coordinate representation of color #6D6182: hue angle of 261.82º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D6182 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 97 130 -
CMYK 0.16 0.25 0 0.49
HSL 261.82º 0.15% 0.45% -
HSV(B) 261.82º 0.25% 0.51% -
XYZ 14.61 13.41 22.94 -
YUV 104.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 109 97 130 0.16 0.25 0 0.49 261.82 0.15 0.45
Hex 6D 61 82 10 19 0 31 106 F 2D
Octal 155 141 202 20 31 0 61 406 17 55
Binary 1101101 1100001 10000010 10000 11001 0 110001 100000110 1111 101101

Color Harmonies of #6D6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6182

Black with #6D6182

Text Example


Text Example

White with #6D6182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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