Html Css Color HEX #6296BE Shakespeare

📋 copy color: '#6296BE'

red 98 ◦ green 150 ◦ blue 190

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

Shades of Shakespeare #6296BE

Tints of Shakespeare #6296BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.25%

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 22.37%
G = 34.25%
B = 43.38%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6296BE (or 0x6296BE) is known color: Shakespeare. HEX triplet: 62, 96 and BE. RGB value is (98,150,190). Sum of RGB (Red+Green+Blue) = 98+150+190=438 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.37% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #6296BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6296BE is #9D6941. Grayscale: #8A8A8A. Windows color (decimal): -10316098 or 12490338. OLE color: 12490338.

HSL color Cylindrical-coordinate representation of color #6296BE: hue angle of 206.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6296BE is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 150 190 -
CMYK 0.48 0.21 0 0.25
HSL 206.09º 0.41% 0.56% -
HSV(B) 206.09º 0.48% 0.75% -
XYZ 25.24 28.13 52.81 -
YUV 139.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 98 150 190 0.48 0.21 0 0.25 206.09 0.41 0.56
Hex 62 96 BE 30 15 0 19 CE 29 38
Octal 142 226 276 60 25 0 31 316 51 70
Binary 1100010 10010110 10111110 110000 10101 0 11001 11001110 101001 111000

Color Harmonies of #6296BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6296BE

Black with #6296BE

Text Example


Text Example

White with #6296BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6296BE;
 }
 .AnyTagClassName
 {
   color: #6296BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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