#6AA7BE

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

Shades of Shakespeare #6AA7BE

Tints of Shakespeare #6AA7BE

Color information

#6AA7BE (or 0x6AA7BE) is unknown color: approx Shakespeare. HEX triplet: 6A, A7 and BE. RGB value is (106,167,190). Sum of RGB (Red+Green+Blue) = 106+167+190=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 167 (65.62% from 255 or 36.07% 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 #6AA7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA7BE is #955841. Grayscale: #979797. Windows color (decimal): -9787458 or 12494698. OLE color: 12494698.

HSL color Cylindrical-coordinate representation of color #6AA7BE: hue angle of 196.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AA7BE is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106167190-
CMYK0.440.1200.25
HSL196.43º39.25%58.04%-
HSV(B)196.43º44.21%74.51%-
XYZ29.0634.4253.83-
YUV151.38149.7995.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.89%
GREEN value IS 167 (65.62% from 255) = 36.07%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=22.89%
G=36.07%
B=41.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061671900.440.1200.25196.4339.2558.04
Hex6AA7BE2CC019c4273a
Octal15224727654140313044772
Binary11010101010011110111110101100110001100111000100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,167,190); }

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

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

 a { background-color: rgb(106,167,190); }

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

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

 span { border-color: rgb(106,167,190); }

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