#6499AF

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

Shades of Shakespeare #6499AF

Tints of Shakespeare #6499AF

Color information

#6499AF (or 0x6499AF) is unknown color: approx Shakespeare. HEX triplet: 64, 99 and AF. RGB value is (100,153,175). Sum of RGB (Red+Green+Blue) = 100+153+175=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #6499AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6499AF is #9B6650. Grayscale: #8B8B8B. Windows color (decimal): -10184273 or 11508068. OLE color: 11508068.

HSL color Cylindrical-coordinate representation of color #6499AF: hue angle of 197.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6499AF is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100153175-
CMYK0.430.1300.31
HSL197.6º31.91%53.92%-
HSV(B)197.6º42.86%68.63%-
XYZ24.3828.5944.79-
YUV139.66147.9499.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.36%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=23.36%
G=35.75%
B=40.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001531750.430.1300.31197.631.9153.92
Hex6499AF2BD01Fc62036
Octal14423125753150373064066
Binary11001001001100110101111101011110101111111000110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6499AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6499AF; }

 p { color: rgb(100,153,175); }

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

<style>
 a { background-color: #6499AF; }

 a { background-color: rgb(100,153,175); }

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

<style>
 span { border-color: #6499AF; }

 span { border-color: rgb(100,153,175); }

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