Html Css Color HEX #6296BB Shakespeare

📋 copy color: '#6296BB'

red 98 ◦ green 150 ◦ blue 187

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

Shades of Shakespeare #6296BB

Tints of Shakespeare #6296BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.99%

R = 22.53%
G = 34.48%
B = 42.99%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6296BB (or 0x6296BB) is known color: Shakespeare. HEX triplet: 62, 96 and BB. RGB value is (98,150,187). Sum of RGB (Red+Green+Blue) = 98+150+187=435 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.53% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #6296BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6296BB is #9D6944. Grayscale: #8A8A8A. Windows color (decimal): -10316101 or 12293730. OLE color: 12293730.

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

Color convert

RGB 98 150 187 -
CMYK 0.48 0.20 0 0.27
HSL 204.94º 0.4% 0.56% -
HSV(B) 204.94º 0.48% 0.73% -
XYZ 24.91 28 51.1 -
YUV 138.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 98 150 187 0.48 0.20 0 0.27 204.94 0.4 0.56
Hex 62 96 BB 30 14 0 1B CD 28 38
Octal 142 226 273 60 24 0 33 315 50 70
Binary 1100010 10010110 10111011 110000 10100 0 11011 11001101 101000 111000

Color Harmonies of #6296BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6296BB

Black with #6296BB

Text Example


Text Example

White with #6296BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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