Html Css Color HEX #6C627E Kimberly

📋 copy color: '#6C627E'

red 108 ◦ green 98 ◦ blue 126

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

Shades of Kimberly #6C627E

Tints of Kimberly #6C627E

RGB

 RED value IS 108 (42.58% from 255) = 32.53%

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

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 32.53%
G = 29.52%
B = 37.95%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C627E (or 0x6C627E) is known color: Kimberly. HEX triplet: 6C, 62 and 7E. RGB value is (108,98,126). Sum of RGB (Red+Green+Blue) = 108+98+126=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 126 - color contains mainly: blue. Hex color #6C627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C627E is #939D81. Grayscale: #686868. Windows color (decimal): -9674114 or 8282732. OLE color: 8282732.

HSL color Cylindrical-coordinate representation of color #6C627E: hue angle of 261.43º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C627E is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 98 126 -
CMYK 0.14 0.22 0 0.51
HSL 261.43º 0.13% 0.44% -
HSV(B) 261.43º 0.22% 0.49% -
XYZ 14.32 13.43 21.58 -
YUV 104.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 108 98 126 0.14 0.22 0 0.51 261.43 0.13 0.44
Hex 6C 62 7E E 16 0 33 105 C 2C
Octal 154 142 176 16 26 0 63 405 14 54
Binary 1101100 1100010 1111110 1110 10110 0 110011 100000101 1100 101100

Color Harmonies of #6C627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C627E

Black with #6C627E

Text Example


Text Example

White with #6C627E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,98,126); }

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

background-color css

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

 a { background-color: rgb(108,98,126); }

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

border-color css

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

 span { border-color: rgb(108,98,126); }

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