#6399B1

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

Shades of Shakespeare #6399B1

Tints of Shakespeare #6399B1

Color information

#6399B1 (or 0x6399B1) is unknown color: approx Shakespeare. HEX triplet: 63, 99 and B1. RGB value is (99,153,177). Sum of RGB (Red+Green+Blue) = 99+153+177=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 177 - color contains mainly: blue. Hex color #6399B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6399B1 is #9C664E. Grayscale: #8B8B8B. Windows color (decimal): -10249807 or 11639139. OLE color: 11639139.

HSL color Cylindrical-coordinate representation of color #6399B1: hue angle of 198.46º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6399B1 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB99153177-
CMYK0.440.1400.31
HSL198.46º33.33%54.12%-
HSV(B)198.46º44.07%69.41%-
XYZ24.4728.6145.83-
YUV139.59149.1199.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.08%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 177 (69.53% from 255) = 41.26%
R=23.08%
G=35.66%
B=41.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991531770.440.1400.31198.4633.3354.12
Hex6399B12CE01Fc62136
Octal14323126154160373064166
Binary11000111001100110110001101100111001111111000110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6399B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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