Html Css Color HEX #6E6590 Kimberly

📋 copy color: '#6E6590'

red 110 ◦ green 101 ◦ blue 144

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

Shades of Kimberly #6E6590

Tints of Kimberly #6E6590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

 BLUE value IS 144 (56.64% from 255) = 40.56%

R = 30.99%
G = 28.45%
B = 40.56%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E6590 (or 0x6E6590) is known color: Kimberly. HEX triplet: 6E, 65 and 90. RGB value is (110,101,144). Sum of RGB (Red+Green+Blue) = 110+101+144=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E6590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6590 is #919A6F. Grayscale: #6C6C6C. Windows color (decimal): -9542256 or 9463150. OLE color: 9463150.

HSL color Cylindrical-coordinate representation of color #6E6590: hue angle of 252.56º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E6590 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 101 144 -
CMYK 0.24 0.30 0 0.44
HSL 252.56º 0.18% 0.48% -
HSV(B) 252.56º 0.3% 0.56% -
XYZ 16.12 14.64 28.36 -
YUV 108.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 110 101 144 0.24 0.30 0 0.44 252.56 0.18 0.48
Hex 6E 65 90 18 1E 0 2C FD 12 30
Octal 156 145 220 30 36 0 54 375 22 60
Binary 1101110 1100101 10010000 11000 11110 0 101100 11111101 10010 110000

Color Harmonies of #6E6590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6590

Black with #6E6590

Text Example


Text Example

White with #6E6590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,101,144); }

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

background-color css

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

 a { background-color: rgb(110,101,144); }

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

border-color css

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

 span { border-color: rgb(110,101,144); }

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