Html Css Color HEX #6299C1 Shakespeare

📋 copy color: '#6299C1'

red 98 ◦ green 153 ◦ blue 193

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

Shades of Shakespeare #6299C1

Tints of Shakespeare #6299C1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.46%

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 22.07%
G = 34.46%
B = 43.47%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6299C1 (or 0x6299C1) is known color: Shakespeare. HEX triplet: 62, 99 and C1. RGB value is (98,153,193). Sum of RGB (Red+Green+Blue) = 98+153+193=444 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.07% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #6299C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6299C1 is #9D663E. Grayscale: #8C8C8C. Windows color (decimal): -10315327 or 12687714. OLE color: 12687714.

HSL color Cylindrical-coordinate representation of color #6299C1: hue angle of 205.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6299C1 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 98 153 193 -
CMYK 0.49 0.21 0 0.24
HSL 205.26º 0.43% 0.57% -
HSV(B) 205.26º 0.49% 0.76% -
XYZ 26.05 29.23 54.72 -
YUV 141.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 98 153 193 0.49 0.21 0 0.24 205.26 0.43 0.57
Hex 62 99 C1 31 15 0 18 CD 2B 39
Octal 142 231 301 61 25 0 30 315 53 71
Binary 1100010 10011001 11000001 110001 10101 0 11000 11001101 101011 111001

Color Harmonies of #6299C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6299C1

Black with #6299C1

Text Example


Text Example

White with #6299C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6299C1; }

 p { color: rgb(98,153,193); }

 H1.HeaderClassName
 {
   color: #6299C1;
 }
 .AnyTagClassName
 {
   color: #6299C1;
 }
</style>

background-color css

<style>
 a { background-color: #6299C1; }

 a { background-color: rgb(98,153,193); }

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

border-color css

<style>
 span { border-color: #6299C1; }

 span { border-color: rgb(98,153,193); }

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