Html Css Color HEX #6D6588 Kimberly

📋 copy color: '#6D6588'

red 109 ◦ green 101 ◦ blue 136

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

Shades of Kimberly #6D6588

Tints of Kimberly #6D6588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 31.5%
G = 29.19%
B = 39.31%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6D6588 (or 0x6D6588) is known color: Kimberly. HEX triplet: 6D, 65 and 88. RGB value is (109,101,136). Sum of RGB (Red+Green+Blue) = 109+101+136=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D6588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6588 is #929A77. Grayscale: #6B6B6B. Windows color (decimal): -9607800 or 8938861. OLE color: 8938861.

HSL color Cylindrical-coordinate representation of color #6D6588: hue angle of 253.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D6588 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 101 136 -
CMYK 0.20 0.26 0 0.47
HSL 253.71º 0.15% 0.46% -
HSV(B) 253.71º 0.26% 0.53% -
XYZ 15.4 14.34 25.25 -
YUV 107.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 109 101 136 0.20 0.26 0 0.47 253.71 0.15 0.46
Hex 6D 65 88 14 1A 0 2F FE F 2E
Octal 155 145 210 24 32 0 57 376 17 56
Binary 1101101 1100101 10001000 10100 11010 0 101111 11111110 1111 101110

Color Harmonies of #6D6588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6588

Black with #6D6588

Text Example


Text Example

White with #6D6588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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