Html Css Color HEX #6D6688 Kimberly

📋 copy color: '#6D6688'

red 109 ◦ green 102 ◦ blue 136

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

Shades of Kimberly #6D6688

Tints of Kimberly #6D6688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

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

R = 31.41%
G = 29.39%
B = 39.19%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6D6688 (or 0x6D6688) is known color: Kimberly. HEX triplet: 6D, 66 and 88. RGB value is (109,102,136). Sum of RGB (Red+Green+Blue) = 109+102+136=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D6688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6688 is #929977. Grayscale: #6B6B6B. Windows color (decimal): -9607544 or 8939117. OLE color: 8939117.

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

Color convert

RGB 109 102 136 -
CMYK 0.20 0.25 0 0.47
HSL 252.35º 0.14% 0.47% -
HSV(B) 252.35º 0.25% 0.53% -
XYZ 15.5 14.53 25.28 -
YUV 107.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 109 102 136 0.20 0.25 0 0.47 252.35 0.14 0.47
Hex 6D 66 88 14 19 0 2F FC E 2F
Octal 155 146 210 24 31 0 57 374 16 57
Binary 1101101 1100110 10001000 10100 11001 0 101111 11111100 1110 101111

Color Harmonies of #6D6688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6688

Black with #6D6688

Text Example


Text Example

White with #6D6688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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