#6C9EC1

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

Shades of Shakespeare #6C9EC1

Tints of Shakespeare #6C9EC1

Color information

#6C9EC1 (or 0x6C9EC1) is unknown color: approx Shakespeare. HEX triplet: 6C, 9E and C1. RGB value is (108,158,193). Sum of RGB (Red+Green+Blue) = 108+158+193=459 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.53% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #6C9EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9EC1 is #93613E. Grayscale: #929292. Windows color (decimal): -9658687 or 12689004. OLE color: 12689004.

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

Color convert

RGB108158193-
CMYK0.440.1800.24
HSL204.71º40.67%59.02%-
HSV(B)204.71º44.04%75.69%-
XYZ28.0431.4955.05-
YUV147.04153.94100.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.53%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=23.53%
G=34.42%
B=42.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1081581930.440.1800.24204.7140.6759.02
Hex6C9EC12C12018cd293b
Octal15423630154220303155173
Binary110110010011110110000011011001001001100011001101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,158,193); }

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

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

 a { background-color: rgb(108,158,193); }

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

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

 span { border-color: rgb(108,158,193); }

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