Html Css Color HEX #6293AF Shakespeare

📋 copy color: '#6293AF'

red 98 ◦ green 147 ◦ blue 175

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

Shades of Shakespeare #6293AF

Tints of Shakespeare #6293AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 23.33%
G = 35%
B = 41.67%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6293AF (or 0x6293AF) is known color: Shakespeare. HEX triplet: 62, 93 and AF. RGB value is (98,147,175). Sum of RGB (Red+Green+Blue) = 98+147+175=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #6293AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6293AF is #9D6C50. Grayscale: #878787. Windows color (decimal): -10316881 or 11506530. OLE color: 11506530.

HSL color Cylindrical-coordinate representation of color #6293AF: hue angle of 201.82º degrees, saturation: 0.32, 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 #6293AF is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 147 175 -
CMYK 0.44 0.16 0 0.31
HSL 201.82º 0.32% 0.54% -
HSV(B) 201.82º 0.44% 0.69% -
XYZ 23.21 26.56 44.46 -
YUV 135.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 98 147 175 0.44 0.16 0 0.31 201.82 0.32 0.54
Hex 62 93 AF 2C 10 0 1F CA 20 36
Octal 142 223 257 54 20 0 37 312 40 66
Binary 1100010 10010011 10101111 101100 10000 0 11111 11001010 100000 110110

Color Harmonies of #6293AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6293AF

Black with #6293AF

Text Example


Text Example

White with #6293AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6293AF; }

 p { color: rgb(98,147,175); }

 H1.HeaderClassName
 {
   color: #6293AF;
 }
 .AnyTagClassName
 {
   color: #6293AF;
 }
</style>

background-color css

<style>
 a { background-color: #6293AF; }

 a { background-color: rgb(98,147,175); }

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

border-color css

<style>
 span { border-color: #6293AF; }

 span { border-color: rgb(98,147,175); }

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