Html Css Color HEX #6E6491 Kimberly

📋 copy color: '#6E6491'

red 110 ◦ green 100 ◦ blue 145

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

Shades of Kimberly #6E6491

Tints of Kimberly #6E6491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

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

R = 30.99%
G = 28.17%
B = 40.85%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E6491 (or 0x6E6491) is known color: Kimberly. HEX triplet: 6E, 64 and 91. RGB value is (110,100,145). Sum of RGB (Red+Green+Blue) = 110+100+145=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E6491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6491 is #919B6E. Grayscale: #6B6B6B. Windows color (decimal): -9542511 or 9528430. OLE color: 9528430.

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

Color convert

RGB 110 100 145 -
CMYK 0.24 0.31 0 0.43
HSL 253.33º 0.18% 0.48% -
HSV(B) 253.33º 0.31% 0.57% -
XYZ 16.1 14.47 28.73 -
YUV 108.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 110 100 145 0.24 0.31 0 0.43 253.33 0.18 0.48
Hex 6E 64 91 18 1F 0 2B FD 12 30
Octal 156 144 221 30 37 0 53 375 22 60
Binary 1101110 1100100 10010001 11000 11111 0 101011 11111101 10010 110000

Color Harmonies of #6E6491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6491

Black with #6E6491

Text Example


Text Example

White with #6E6491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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