#6DA3BD

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

Shades of Shakespeare #6DA3BD

Tints of Shakespeare #6DA3BD

Color information

#6DA3BD (or 0x6DA3BD) is unknown color: approx Shakespeare. HEX triplet: 6D, A3 and BD. RGB value is (109,163,189). Sum of RGB (Red+Green+Blue) = 109+163+189=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DA3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA3BD is #925C42. Grayscale: #959595. Windows color (decimal): -9591875 or 12428141. OLE color: 12428141.

HSL color Cylindrical-coordinate representation of color #6DA3BD: hue angle of 199.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DA3BD is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109163189-
CMYK0.420.1400.26
HSL199.5º37.74%58.43%-
HSV(B)199.5º42.33%74.12%-
XYZ28.5933.1253.03-
YUV149.82150.1198.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.64%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=23.64%
G=35.36%
B=41.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091631890.420.1400.26199.537.7458.43
Hex6DA3BD2AE01Ac8263a
Octal15524327552160323104672
Binary11011011010001110111101101010111001101011001000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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