Html Css Color HEX #6299B3 Shakespeare

📋 copy color: '#6299B3'

red 98 ◦ green 153 ◦ blue 179

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

Shades of Shakespeare #6299B3

Tints of Shakespeare #6299B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.63%

R = 22.79%
G = 35.58%
B = 41.63%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6299B3 (or 0x6299B3) is known color: Shakespeare. HEX triplet: 62, 99 and B3. RGB value is (98,153,179). Sum of RGB (Red+Green+Blue) = 98+153+179=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #6299B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6299B3 is #9D664C. Grayscale: #8B8B8B. Windows color (decimal): -10315341 or 11770210. OLE color: 11770210.

HSL color Cylindrical-coordinate representation of color #6299B3: hue angle of 199.26º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6299B3 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 98 153 179 -
CMYK 0.45 0.15 0 0.30
HSL 199.26º 0.35% 0.54% -
HSV(B) 199.26º 0.45% 0.7% -
XYZ 24.56 28.63 46.88 -
YUV 139.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 98 153 179 0.45 0.15 0 0.30 199.26 0.35 0.54
Hex 62 99 B3 2D F 0 1E C7 23 36
Octal 142 231 263 55 17 0 36 307 43 66
Binary 1100010 10011001 10110011 101101 1111 0 11110 11000111 100011 110110

Color Harmonies of #6299B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6299B3

Black with #6299B3

Text Example


Text Example

White with #6299B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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