#6DA3C1

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

Shades of Shakespeare #6DA3C1

Tints of Shakespeare #6DA3C1

Color information

#6DA3C1 (or 0x6DA3C1) is unknown color: approx Shakespeare. HEX triplet: 6D, A3 and C1. RGB value is (109,163,193). Sum of RGB (Red+Green+Blue) = 109+163+193=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #6DA3C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA3C1 is #925C3E. Grayscale: #969696. Windows color (decimal): -9591871 or 12690285. OLE color: 12690285.

HSL color Cylindrical-coordinate representation of color #6DA3C1: hue angle of 201.43º degrees, saturation: 0.4, 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 #6DA3C1 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB109163193-
CMYK0.440.1600.24
HSL201.43º40.38%59.22%-
HSV(B)201.43º43.52%75.69%-
XYZ29.0333.355.35-
YUV150.27152.1198.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.44%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=23.44%
G=35.05%
B=41.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1091631930.440.1600.24201.4340.3859.22
Hex6DA3C12C10018c9283b
Octal15524330154200303115073
Binary110110110100011110000011011001000001100011001001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,163,193); }

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

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

 a { background-color: rgb(109,163,193); }

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

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

 span { border-color: rgb(109,163,193); }

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