Html Css Color HEX #6D668C Kimberly

📋 copy color: '#6D668C'

red 109 ◦ green 102 ◦ blue 140

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

Shades of Kimberly #6D668C

Tints of Kimberly #6D668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 31.05%
G = 29.06%
B = 39.89%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D668C (or 0x6D668C) is known color: Kimberly. HEX triplet: 6D, 66 and 8C. RGB value is (109,102,140). Sum of RGB (Red+Green+Blue) = 109+102+140=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D668C is #929973. Grayscale: #6C6C6C. Windows color (decimal): -9607540 or 9201261. OLE color: 9201261.

HSL color Cylindrical-coordinate representation of color #6D668C: hue angle of 251.05º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D668C is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 102 140 -
CMYK 0.22 0.27 0 0.45
HSL 251.05º 0.16% 0.47% -
HSV(B) 251.05º 0.27% 0.55% -
XYZ 15.79 14.65 26.81 -
YUV 108.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 109 102 140 0.22 0.27 0 0.45 251.05 0.16 0.47
Hex 6D 66 8C 16 1B 0 2D FB 10 2F
Octal 155 146 214 26 33 0 55 373 20 57
Binary 1101101 1100110 10001100 10110 11011 0 101101 11111011 10000 101111

Color Harmonies of #6D668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D668C

Black with #6D668C

Text Example


Text Example

White with #6D668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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