#6DA4BB

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

Shades of Shakespeare #6DA4BB

Tints of Shakespeare #6DA4BB

Color information

#6DA4BB (or 0x6DA4BB) is unknown color: approx Shakespeare. HEX triplet: 6D, A4 and BB. RGB value is (109,164,187). Sum of RGB (Red+Green+Blue) = 109+164+187=460 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.70% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DA4BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA4BB is #925B44. Grayscale: #969696. Windows color (decimal): -9591621 or 12297325. OLE color: 12297325.

HSL color Cylindrical-coordinate representation of color #6DA4BB: hue angle of 197.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DA4BB is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB109164187-
CMYK0.420.1200.27
HSL197.69º36.45%58.04%-
HSV(B)197.69º41.71%73.33%-
XYZ28.5533.3951.95-
YUV150.18148.7898.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.70%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=23.70%
G=35.65%
B=40.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091641870.420.1200.27197.6936.4558.04
Hex6DA4BB2AC01Bc6243a
Octal15524427352140333064472
Binary11011011010010010111011101010110001101111000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,164,187); }

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

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

 a { background-color: rgb(109,164,187); }

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

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

 span { border-color: rgb(109,164,187); }

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