Html Css Color HEX #6C6081 Kimberly

📋 copy color: '#6C6081'

red 108 ◦ green 96 ◦ blue 129

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

Shades of Kimberly #6C6081

Tints of Kimberly #6C6081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.83%

 BLUE value IS 129 (50.78% from 255) = 38.74%

R = 32.43%
G = 28.83%
B = 38.74%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6C6081 (or 0x6C6081) is known color: Kimberly. HEX triplet: 6C, 60 and 81. RGB value is (108,96,129). Sum of RGB (Red+Green+Blue) = 108+96+129=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 129 - color contains mainly: blue. Hex color #6C6081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6081 is #939F7E. Grayscale: #676767. Windows color (decimal): -9674623 or 8478828. OLE color: 8478828.

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

Color convert

RGB 108 96 129 -
CMYK 0.16 0.26 0 0.49
HSL 261.82º 0.15% 0.44% -
HSV(B) 261.82º 0.26% 0.51% -
XYZ 14.33 13.14 22.55 -
YUV 103.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 108 96 129 0.16 0.26 0 0.49 261.82 0.15 0.44
Hex 6C 60 81 10 1A 0 31 106 F 2C
Octal 154 140 201 20 32 0 61 406 17 54
Binary 1101100 1100000 10000001 10000 11010 0 110001 100000110 1111 101100

Color Harmonies of #6C6081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6081

Black with #6C6081

Text Example


Text Example

White with #6C6081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,96,129); }

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

background-color css

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

 a { background-color: rgb(108,96,129); }

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

border-color css

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

 span { border-color: rgb(108,96,129); }

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