#6296BC

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

Shades of Shakespeare #6296BC

Tints of Shakespeare #6296BC

Color information

#6296BC (or 0x6296BC) is unknown color: approx Shakespeare. HEX triplet: 62, 96 and BC. RGB value is (98,150,188). Sum of RGB (Red+Green+Blue) = 98+150+188=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #6296BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6296BC is #9D6943. Grayscale: #8A8A8A. Windows color (decimal): -10316100 or 12359266. OLE color: 12359266.

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

Color convert

RGB98150188-
CMYK0.480.2000.26
HSL205.33º40.18%56.08%-
HSV(B)205.33º47.87%73.73%-
XYZ25.0228.0451.67-
YUV138.78155.7798.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.48%
GREEN value IS 150 (58.98% from 255) = 34.40%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=22.48%
G=34.40%
B=43.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981501880.480.2000.26205.3340.1856.08
Hex6296BC301401Acd2838
Octal14222627460240323155070
Binary110001010010110101111001100001010001101011001101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6296BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,150,188); }

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

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

 a { background-color: rgb(98,150,188); }

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

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

 span { border-color: rgb(98,150,188); }

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