Html Css Color HEX #6E608B Kimberly

📋 copy color: '#6E608B'

red 110 ◦ green 96 ◦ blue 139

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

Shades of Kimberly #6E608B

Tints of Kimberly #6E608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 31.88%
G = 27.83%
B = 40.29%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E608B (or 0x6E608B) is known color: Kimberly. HEX triplet: 6E, 60 and 8B. RGB value is (110,96,139). Sum of RGB (Red+Green+Blue) = 110+96+139=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E608B is #919F74. Grayscale: #686868. Windows color (decimal): -9543541 or 9134190. OLE color: 9134190.

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

Color convert

RGB 110 96 139 -
CMYK 0.21 0.31 0 0.45
HSL 259.53º 0.18% 0.46% -
HSV(B) 259.53º 0.31% 0.55% -
XYZ 15.27 13.54 26.24 -
YUV 105.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 110 96 139 0.21 0.31 0 0.45 259.53 0.18 0.46
Hex 6E 60 8B 15 1F 0 2D 104 12 2E
Octal 156 140 213 25 37 0 55 404 22 56
Binary 1101110 1100000 10001011 10101 11111 0 101101 100000100 10010 101110

Color Harmonies of #6E608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E608B

Black with #6E608B

Text Example


Text Example

White with #6E608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,96,139); }

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

background-color css

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

 a { background-color: rgb(110,96,139); }

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

border-color css

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

 span { border-color: rgb(110,96,139); }

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