#6398BC

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

Shades of Shakespeare #6398BC

Tints of Shakespeare #6398BC

Color information

#6398BC (or 0x6398BC) is unknown color: approx Shakespeare. HEX triplet: 63, 98 and BC. RGB value is (99,152,188). Sum of RGB (Red+Green+Blue) = 99+152+188=439 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.55% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #6398BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6398BC is #9C6743. Grayscale: #8C8C8C. Windows color (decimal): -10250052 or 12359779. OLE color: 12359779.

HSL color Cylindrical-coordinate representation of color #6398BC: hue angle of 204.27º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6398BC is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99152188-
CMYK0.470.1900.26
HSL204.27º39.91%56.27%-
HSV(B)204.27º47.34%73.73%-
XYZ25.4528.7451.78-
YUV140.26154.9498.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.55%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=22.55%
G=34.62%
B=42.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991521880.470.1900.26204.2739.9156.27
Hex6398BC2F1301Acc2838
Octal14323027457230323145070
Binary110001110011000101111001011111001101101011001100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6398BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6398BC; }

 p { color: rgb(99,152,188); }

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

<style>
 a { background-color: #6398BC; }

 a { background-color: rgb(99,152,188); }

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

<style>
 span { border-color: #6398BC; }

 span { border-color: rgb(99,152,188); }

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