#6DA4BE

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

Shades of Shakespeare #6DA4BE

Tints of Shakespeare #6DA4BE

Color information

#6DA4BE (or 0x6DA4BE) is unknown color: approx Shakespeare. HEX triplet: 6D, A4 and BE. RGB value is (109,164,190). Sum of RGB (Red+Green+Blue) = 109+164+190=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DA4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA4BE is #925B41. Grayscale: #969696. Windows color (decimal): -9591618 or 12493933. OLE color: 12493933.

HSL color Cylindrical-coordinate representation of color #6DA4BE: hue angle of 199.26º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DA4BE is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109164190-
CMYK0.430.1400.25
HSL199.26º38.39%58.63%-
HSV(B)199.26º42.63%74.51%-
XYZ28.8833.5253.66-
YUV150.52150.2898.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.54%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=23.54%
G=35.42%
B=41.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091641900.430.1400.25199.2638.3958.63
Hex6DA4BE2BE019c7263b
Octal15524427653160313074673
Binary11011011010010010111110101011111001100111000111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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