Html Css Color HEX #6295B6 Shakespeare

📋 copy color: '#6295B6'

red 98 ◦ green 149 ◦ blue 182

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

Shades of Shakespeare #6295B6

Tints of Shakespeare #6295B6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.73%

 BLUE value IS 182 (71.48% from 255) = 42.42%

R = 22.84%
G = 34.73%
B = 42.42%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6295B6 (or 0x6295B6) is known color: Shakespeare. HEX triplet: 62, 95 and B6. RGB value is (98,149,182). Sum of RGB (Red+Green+Blue) = 98+149+182=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: blue. Hex color #6295B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6295B6 is #9D6A49. Grayscale: #898989. Windows color (decimal): -10316362 or 11965794. OLE color: 11965794.

HSL color Cylindrical-coordinate representation of color #6295B6: hue angle of 203.57º degrees, saturation: 0.37, 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 #6295B6 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 98 149 182 -
CMYK 0.46 0.18 0 0.29
HSL 203.57º 0.37% 0.55% -
HSV(B) 203.57º 0.46% 0.71% -
XYZ 24.23 27.47 48.28 -
YUV 137.51 153.1 99.82 -
System Red Green Blue C M Y K H S L
Decimal 98 149 182 0.46 0.18 0 0.29 203.57 0.37 0.55
Hex 62 95 B6 2E 12 0 1D CC 25 37
Octal 142 225 266 56 22 0 35 314 45 67
Binary 1100010 10010101 10110110 101110 10010 0 11101 11001100 100101 110111

Color Harmonies of #6295B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6295B6

Black with #6295B6

Text Example


Text Example

White with #6295B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6295B6; }

 p { color: rgb(98,149,182); }

 H1.HeaderClassName
 {
   color: #6295B6;
 }
 .AnyTagClassName
 {
   color: #6295B6;
 }
</style>

background-color css

<style>
 a { background-color: #6295B6; }

 a { background-color: rgb(98,149,182); }

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

border-color css

<style>
 span { border-color: #6295B6; }

 span { border-color: rgb(98,149,182); }

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