Html Css Color HEX #6E608C Kimberly

📋 copy color: '#6E608C'

red 110 ◦ green 96 ◦ blue 140

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

Shades of Kimberly #6E608C

Tints of Kimberly #6E608C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 31.79%
G = 27.75%
B = 40.46%

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

#6E608C (or 0x6E608C) is known color: Kimberly. HEX triplet: 6E, 60 and 8C. RGB value is (110,96,140). Sum of RGB (Red+Green+Blue) = 110+96+140=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E608C is #919F73. Grayscale: #696969. Windows color (decimal): -9543540 or 9199726. OLE color: 9199726.

HSL color Cylindrical-coordinate representation of color #6E608C: hue angle of 259.09º degrees, saturation: 0.19, 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 #6E608C is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 96 140 -
CMYK 0.21 0.31 0 0.45
HSL 259.09º 0.19% 0.46% -
HSV(B) 259.09º 0.31% 0.55% -
XYZ 15.35 13.57 26.62 -
YUV 105.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 110 96 140 0.21 0.31 0 0.45 259.09 0.19 0.46
Hex 6E 60 8C 15 1F 0 2D 103 13 2E
Octal 156 140 214 25 37 0 55 403 23 56
Binary 1101110 1100000 10001100 10101 11111 0 101101 100000011 10011 101110

Color Harmonies of #6E608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E608C

Black with #6E608C

Text Example


Text Example

White with #6E608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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