#6399AF

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

Shades of Shakespeare #6399AF

Tints of Shakespeare #6399AF

Color information

#6399AF (or 0x6399AF) is unknown color: approx Shakespeare. HEX triplet: 63, 99 and AF. RGB value is (99,153,175). Sum of RGB (Red+Green+Blue) = 99+153+175=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #6399AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6399AF is #9C6650. Grayscale: #8B8B8B. Windows color (decimal): -10249809 or 11508067. OLE color: 11508067.

HSL color Cylindrical-coordinate representation of color #6399AF: hue angle of 197.37º 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 #6399AF is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB99153175-
CMYK0.430.1300.31
HSL197.37º32.2%53.73%-
HSV(B)197.37º43.43%68.63%-
XYZ24.2728.5344.78-
YUV139.36148.1199.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.19%
GREEN value IS 153 (60.16% from 255) = 35.83%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=23.19%
G=35.83%
B=40.98%

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
Decimal991531750.430.1300.31197.3732.253.73
Hex6399AF2BD01Fc52036
Octal14323125753150373054066
Binary11000111001100110101111101011110101111111000101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6399AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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