#6E9FC1

Color #6E9FC1 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #6E9FC1

Tints of Shakespeare #6E9FC1

Color information

#6E9FC1 (or 0x6E9FC1) is unknown color: approx Shakespeare. HEX triplet: 6E, 9F and C1. RGB value is (110,159,193). Sum of RGB (Red+Green+Blue) = 110+159+193=462 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.81% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E9FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9FC1 is #91603E. Grayscale: #949494. Windows color (decimal): -9527359 or 12689262. OLE color: 12689262.

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

Color convert

RGB110159193-
CMYK0.430.1800.24
HSL204.58º40.1%59.41%-
HSV(B)204.58º43.01%75.69%-
XYZ28.4531.9655.12-
YUV148.22153.27100.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.81%
GREEN value IS 159 (62.5% from 255) = 34.42%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=23.81%
G=34.42%
B=41.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101591930.430.1800.24204.5840.159.41
Hex6E9FC12B12018cd283b
Octal15623730153220303155073
Binary110111010011111110000011010111001001100011001101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,159,193); }

 H1.HeaderClassName
 {
   color: #6E9FC1;
 }
 .AnyTagClassName
 {
   color: #6E9FC1;
 }
</style>
background-color css

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

 a { background-color: rgb(110,159,193); }

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

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

 span { border-color: rgb(110,159,193); }

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