Html Css Color HEX #6299AB Shakespeare

📋 copy color: '#6299AB'

red 98 ◦ green 153 ◦ blue 171

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

Shades of Shakespeare #6299AB

Tints of Shakespeare #6299AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 23.22%
G = 36.26%
B = 40.52%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6299AB (or 0x6299AB) is known color: Shakespeare. HEX triplet: 62, 99 and AB. RGB value is (98,153,171). Sum of RGB (Red+Green+Blue) = 98+153+171=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #6299AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6299AB is #9D6654. Grayscale: #8A8A8A. Windows color (decimal): -10315349 or 11245922. OLE color: 11245922.

HSL color Cylindrical-coordinate representation of color #6299AB: hue angle of 194.79º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6299AB is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 153 171 -
CMYK 0.43 0.11 0 0.33
HSL 194.79º 0.3% 0.53% -
HSV(B) 194.79º 0.43% 0.67% -
XYZ 23.78 28.32 42.74 -
YUV 138.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 98 153 171 0.43 0.11 0 0.33 194.79 0.3 0.53
Hex 62 99 AB 2B B 0 21 C3 1E 35
Octal 142 231 253 53 13 0 41 303 36 65
Binary 1100010 10011001 10101011 101011 1011 0 100001 11000011 11110 110101

Color Harmonies of #6299AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6299AB

Black with #6299AB

Text Example


Text Example

White with #6299AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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