Html Css Color HEX #6E6391 Kimberly

📋 copy color: '#6E6391'

red 110 ◦ green 99 ◦ blue 145

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

Shades of Kimberly #6E6391

Tints of Kimberly #6E6391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.97%

 BLUE value IS 145 (57.03% from 255) = 40.96%

R = 31.07%
G = 27.97%
B = 40.96%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E6391 (or 0x6E6391) is known color: Kimberly. HEX triplet: 6E, 63 and 91. RGB value is (110,99,145). Sum of RGB (Red+Green+Blue) = 110+99+145=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E6391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6391 is #919C6E. Grayscale: #6B6B6B. Windows color (decimal): -9542767 or 9528174. OLE color: 9528174.

HSL color Cylindrical-coordinate representation of color #6E6391: hue angle of 254.35º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E6391 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 99 145 -
CMYK 0.24 0.32 0 0.43
HSL 254.35º 0.19% 0.48% -
HSV(B) 254.35º 0.32% 0.57% -
XYZ 16 14.28 28.7 -
YUV 107.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 110 99 145 0.24 0.32 0 0.43 254.35 0.19 0.48
Hex 6E 63 91 18 20 0 2B FE 13 30
Octal 156 143 221 30 40 0 53 376 23 60
Binary 1101110 1100011 10010001 11000 100000 0 101011 11111110 10011 110000

Color Harmonies of #6E6391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6391

Black with #6E6391

Text Example


Text Example

White with #6E6391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,99,145); }

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

background-color css

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

 a { background-color: rgb(110,99,145); }

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

border-color css

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

 span { border-color: rgb(110,99,145); }

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