Html Css Color HEX #6D6585 Kimberly

📋 copy color: '#6D6585'

red 109 ◦ green 101 ◦ blue 133

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

Shades of Kimberly #6D6585

Tints of Kimberly #6D6585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

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

R = 31.78%
G = 29.45%
B = 38.78%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D6585 (or 0x6D6585) is known color: Kimberly. HEX triplet: 6D, 65 and 85. RGB value is (109,101,133). Sum of RGB (Red+Green+Blue) = 109+101+133=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D6585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6585 is #929A7A. Grayscale: #6A6A6A. Windows color (decimal): -9607803 or 8742253. OLE color: 8742253.

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

Color convert

RGB 109 101 133 -
CMYK 0.18 0.24 0 0.48
HSL 255º 0.14% 0.46% -
HSV(B) 255º 0.24% 0.52% -
XYZ 15.19 14.25 24.14 -
YUV 107.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 109 101 133 0.18 0.24 0 0.48 255 0.14 0.46
Hex 6D 65 85 12 18 0 30 FF E 2E
Octal 155 145 205 22 30 0 60 377 16 56
Binary 1101101 1100101 10000101 10010 11000 0 110000 11111111 1110 101110

Color Harmonies of #6D6585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6585

Black with #6D6585

Text Example


Text Example

White with #6D6585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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