Html Css Color HEX #6E5F8D Kimberly

📋 copy color: '#6E5F8D'

red 110 ◦ green 95 ◦ blue 141

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

Shades of Kimberly #6E5F8D

Tints of Kimberly #6E5F8D

RGB

 RED value IS 110 (43.36% from 255) = 31.79%

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 31.79%
G = 27.46%
B = 40.75%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E5F8D (or 0x6E5F8D) is known color: Kimberly. HEX triplet: 6E, 5F and 8D. RGB value is (110,95,141). Sum of RGB (Red+Green+Blue) = 110+95+141=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E5F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5F8D is #91A072. Grayscale: #686868. Windows color (decimal): -9543795 or 9265006. OLE color: 9265006.

HSL color Cylindrical-coordinate representation of color #6E5F8D: hue angle of 259.57º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E5F8D is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 95 141 -
CMYK 0.22 0.33 0 0.45
HSL 259.57º 0.19% 0.46% -
HSV(B) 259.57º 0.33% 0.55% -
XYZ 15.33 13.42 26.98 -
YUV 104.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 110 95 141 0.22 0.33 0 0.45 259.57 0.19 0.46
Hex 6E 5F 8D 16 21 0 2D 104 13 2E
Octal 156 137 215 26 41 0 55 404 23 56
Binary 1101110 1011111 10001101 10110 100001 0 101101 100000100 10011 101110

Color Harmonies of #6E5F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5F8D

Black with #6E5F8D

Text Example


Text Example

White with #6E5F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,95,141); }

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

background-color css

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

 a { background-color: rgb(110,95,141); }

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

border-color css

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

 span { border-color: rgb(110,95,141); }

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