#6292B4

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

Shades of Shakespeare #6292B4

Tints of Shakespeare #6292B4

Color information

#6292B4 (or 0x6292B4) is unknown color: approx Shakespeare. HEX triplet: 62, 92 and B4. RGB value is (98,146,180). Sum of RGB (Red+Green+Blue) = 98+146+180=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #6292B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6292B4 is #9D6D4B. Grayscale: #878787. Windows color (decimal): -10317132 or 11833954. OLE color: 11833954.

HSL color Cylindrical-coordinate representation of color #6292B4: hue angle of 204.88º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6292B4 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB98146180-
CMYK0.460.1900.29
HSL204.88º35.34%54.51%-
HSV(B)204.88º45.56%70.59%-
XYZ23.5526.4547.04-
YUV135.52153.1101.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.11%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 180 (70.70% from 255) = 42.45%
R=23.11%
G=34.43%
B=42.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal981461800.460.1900.29204.8835.3454.51
Hex6292B42E1301Dcd2337
Octal14222226456230353154367
Binary110001010010010101101001011101001101110111001101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6292B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6292B4; }

 p { color: rgb(98,146,180); }

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

<style>
 a { background-color: #6292B4; }

 a { background-color: rgb(98,146,180); }

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

<style>
 span { border-color: #6292B4; }

 span { border-color: rgb(98,146,180); }

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