Html Css Color HEX #6D628A Kimberly

📋 copy color: '#6D628A'

red 109 ◦ green 98 ◦ blue 138

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

Shades of Kimberly #6D628A

Tints of Kimberly #6D628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

 BLUE value IS 138 (54.3% from 255) = 40%

R = 31.59%
G = 28.41%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D628A (or 0x6D628A) is known color: Kimberly. HEX triplet: 6D, 62 and 8A. RGB value is (109,98,138). Sum of RGB (Red+Green+Blue) = 109+98+138=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D628A is #929D75. Grayscale: #696969. Windows color (decimal): -9608566 or 9069165. OLE color: 9069165.

HSL color Cylindrical-coordinate representation of color #6D628A: hue angle of 256.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D628A is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 98 138 -
CMYK 0.21 0.29 0 0.46
HSL 256.5º 0.17% 0.46% -
HSV(B) 256.5º 0.29% 0.54% -
XYZ 15.26 13.82 25.91 -
YUV 105.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 109 98 138 0.21 0.29 0 0.46 256.5 0.17 0.46
Hex 6D 62 8A 15 1D 0 2E 100 11 2E
Octal 155 142 212 25 35 0 56 400 21 56
Binary 1101101 1100010 10001010 10101 11101 0 101110 100000000 10001 101110

Color Harmonies of #6D628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D628A

Black with #6D628A

Text Example


Text Example

White with #6D628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,98,138); }

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

background-color css

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

 a { background-color: rgb(109,98,138); }

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

border-color css

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

 span { border-color: rgb(109,98,138); }

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