Html Css Color HEX #6B5F80 Kimberly

📋 copy color: '#6B5F80'

red 107 ◦ green 95 ◦ blue 128

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

Shades of Kimberly #6B5F80

Tints of Kimberly #6B5F80

RGB

 RED value IS 107 (42.19% from 255) = 32.42%

 GREEN value IS 95 (37.5% from 255) = 28.79%

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

R = 32.42%
G = 28.79%
B = 38.79%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6B5F80 (or 0x6B5F80) is known color: Kimberly. HEX triplet: 6B, 5F and 80. RGB value is (107,95,128). Sum of RGB (Red+Green+Blue) = 107+95+128=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 128 - color contains mainly: blue. Hex color #6B5F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5F80 is #94A07F. Grayscale: #666666. Windows color (decimal): -9740416 or 8413035. OLE color: 8413035.

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

Color convert

RGB 107 95 128 -
CMYK 0.16 0.26 0 0.50
HSL 261.82º 0.15% 0.44% -
HSV(B) 261.82º 0.26% 0.5% -
XYZ 14.05 12.87 22.17 -
YUV 102.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 107 95 128 0.16 0.26 0 0.50 261.82 0.15 0.44
Hex 6B 5F 80 10 1A 0 32 106 F 2C
Octal 153 137 200 20 32 0 62 406 17 54
Binary 1101011 1011111 10000000 10000 11010 0 110010 100000110 1111 101100

Color Harmonies of #6B5F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5F80

Black with #6B5F80

Text Example


Text Example

White with #6B5F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,95,128); }

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

background-color css

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

 a { background-color: rgb(107,95,128); }

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

border-color css

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

 span { border-color: rgb(107,95,128); }

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