Html Css Color HEX #6D6382 Kimberly

📋 copy color: '#6D6382'

red 109 ◦ green 99 ◦ blue 130

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

Shades of Kimberly #6D6382

Tints of Kimberly #6D6382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

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

R = 32.25%
G = 29.29%
B = 38.46%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6D6382 (or 0x6D6382) is known color: Kimberly. HEX triplet: 6D, 63 and 82. RGB value is (109,99,130). Sum of RGB (Red+Green+Blue) = 109+99+130=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D6382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6382 is #929C7D. Grayscale: #696969. Windows color (decimal): -9608318 or 8545133. OLE color: 8545133.

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

Color convert

RGB 109 99 130 -
CMYK 0.16 0.24 0 0.49
HSL 259.35º 0.14% 0.45% -
HSV(B) 259.35º 0.24% 0.51% -
XYZ 14.8 13.79 23 -
YUV 105.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 109 99 130 0.16 0.24 0 0.49 259.35 0.14 0.45
Hex 6D 63 82 10 18 0 31 103 E 2D
Octal 155 143 202 20 30 0 61 403 16 55
Binary 1101101 1100011 10000010 10000 11000 0 110001 100000011 1110 101101

Color Harmonies of #6D6382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6382

Black with #6D6382

Text Example


Text Example

White with #6D6382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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