Html Css Color HEX #6C6180 Kimberly

📋 copy color: '#6C6180'

red 108 ◦ green 97 ◦ blue 128

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

Shades of Kimberly #6C6180

Tints of Kimberly #6C6180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

 BLUE value IS 128 (50.39% from 255) = 38.44%

R = 32.43%
G = 29.13%
B = 38.44%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6C6180 (or 0x6C6180) is known color: Kimberly. HEX triplet: 6C, 61 and 80. RGB value is (108,97,128). Sum of RGB (Red+Green+Blue) = 108+97+128=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 128 - color contains mainly: blue. Hex color #6C6180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6180 is #939E7F. Grayscale: #676767. Windows color (decimal): -9674368 or 8413548. OLE color: 8413548.

HSL color Cylindrical-coordinate representation of color #6C6180: hue angle of 261.29º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C6180 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 97 128 -
CMYK 0.16 0.24 0 0.50
HSL 261.29º 0.14% 0.44% -
HSV(B) 261.29º 0.24% 0.5% -
XYZ 14.36 13.3 22.23 -
YUV 103.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 108 97 128 0.16 0.24 0 0.50 261.29 0.14 0.44
Hex 6C 61 80 10 18 0 32 105 E 2C
Octal 154 141 200 20 30 0 62 405 16 54
Binary 1101100 1100001 10000000 10000 11000 0 110010 100000101 1110 101100

Color Harmonies of #6C6180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6180

Black with #6C6180

Text Example


Text Example

White with #6C6180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,97,128); }

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

background-color css

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

 a { background-color: rgb(108,97,128); }

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

border-color css

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

 span { border-color: rgb(108,97,128); }

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