#6B93AF

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

Shades of Shakespeare #6B93AF

Tints of Shakespeare #6B93AF

Color information

#6B93AF (or 0x6B93AF) is unknown color: approx Shakespeare. HEX triplet: 6B, 93 and AF. RGB value is (107,147,175). Sum of RGB (Red+Green+Blue) = 107+147+175=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B93AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B93AF is #946C50. Grayscale: #8A8A8A. Windows color (decimal): -9727057 or 11506539. OLE color: 11506539.

HSL color Cylindrical-coordinate representation of color #6B93AF: hue angle of 204.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B93AF is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB107147175-
CMYK0.390.1600.31
HSL204.71º29.82%55.29%-
HSV(B)204.71º38.86%68.63%-
XYZ24.2327.0944.51-
YUV138.23148.75105.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.94%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=24.94%
G=34.27%
B=40.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071471750.390.1600.31204.7129.8255.29
Hex6B93AF271001Fcd1e37
Octal15322325747200373153667
Binary11010111001001110101111100111100000111111100110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B93AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,147,175); }

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

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

 a { background-color: rgb(107,147,175); }

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

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

 span { border-color: rgb(107,147,175); }

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