Html Css Color HEX #6C5B82 Kimberly

📋 copy color: '#6C5B82'

red 108 ◦ green 91 ◦ blue 130

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

Shades of Kimberly #6C5B82

Tints of Kimberly #6C5B82

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 32.83%
G = 27.66%
B = 39.51%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6C5B82 (or 0x6C5B82) is known color: Kimberly. HEX triplet: 6C, 5B and 82. RGB value is (108,91,130). Sum of RGB (Red+Green+Blue) = 108+91+130=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C5B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5B82 is #93A47D. Grayscale: #646464. Windows color (decimal): -9675902 or 8543084. OLE color: 8543084.

HSL color Cylindrical-coordinate representation of color #6C5B82: hue angle of 266.15º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C5B82 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 91 130 -
CMYK 0.17 0.30 0 0.49
HSL 266.15º 0.18% 0.43% -
HSV(B) 266.15º 0.3% 0.51% -
XYZ 13.95 12.28 22.75 -
YUV 100.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 108 91 130 0.17 0.30 0 0.49 266.15 0.18 0.43
Hex 6C 5B 82 11 1E 0 31 10A 12 2B
Octal 154 133 202 21 36 0 61 412 22 53
Binary 1101100 1011011 10000010 10001 11110 0 110001 100001010 10010 101011

Color Harmonies of #6C5B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5B82

Black with #6C5B82

Text Example


Text Example

White with #6C5B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,91,130); }

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

background-color css

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

 a { background-color: rgb(108,91,130); }

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

border-color css

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

 span { border-color: rgb(108,91,130); }

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