Html Css Color HEX #6294AD Shakespeare

📋 copy color: '#6294AD'

red 98 ◦ green 148 ◦ blue 173

#6294AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #6294AD

Tints of Shakespeare #6294AD

RGB

 RED value IS 98 (38.67% from 255) = 23.39%

 GREEN value IS 148 (58.2% from 255) = 35.32%

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 23.39%
G = 35.32%
B = 41.29%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6294AD (or 0x6294AD) is known color: Shakespeare. HEX triplet: 62, 94 and AD. RGB value is (98,148,173). Sum of RGB (Red+Green+Blue) = 98+148+173=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #6294AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6294AD is #9D6B52. Grayscale: #878787. Windows color (decimal): -10316627 or 11375714. OLE color: 11375714.

HSL color Cylindrical-coordinate representation of color #6294AD: hue angle of 200º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6294AD is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 148 173 -
CMYK 0.43 0.14 0 0.32
HSL 200º 0.31% 0.53% -
HSV(B) 200º 0.43% 0.68% -
XYZ 23.17 26.79 43.49 -
YUV 135.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 98 148 173 0.43 0.14 0 0.32 200 0.31 0.53
Hex 62 94 AD 2B E 0 20 C8 1F 35
Octal 142 224 255 53 16 0 40 310 37 65
Binary 1100010 10010100 10101101 101011 1110 0 100000 11001000 11111 110101

Color Harmonies of #6294AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6294AD

Black with #6294AD

Text Example


Text Example

White with #6294AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6294AD; }

 p { color: rgb(98,148,173); }

 H1.HeaderClassName
 {
   color: #6294AD;
 }
 .AnyTagClassName
 {
   color: #6294AD;
 }
</style>

background-color css

<style>
 a { background-color: #6294AD; }

 a { background-color: rgb(98,148,173); }

 div.DivClassName
 {
   background-color: #6294AD;
 }
 .BgClassName
 {
   background-color: #6294AD;
 }
</style>

border-color css

<style>
 span { border-color: #6294AD; }

 span { border-color: rgb(98,148,173); }

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