Html Css Color HEX #6399AB Shakespeare

📋 copy color: '#6399AB'

red 99 ◦ green 153 ◦ blue 171

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

Shades of Shakespeare #6399AB

Tints of Shakespeare #6399AB

RGB

 RED value IS 99 (39.06% from 255) = 23.4%

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

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

R = 23.4%
G = 36.17%
B = 40.43%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6399AB (or 0x6399AB) is known color: Shakespeare. HEX triplet: 63, 99 and AB. RGB value is (99,153,171). Sum of RGB (Red+Green+Blue) = 99+153+171=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #6399AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6399AB is #9C6654. Grayscale: #8A8A8A. Windows color (decimal): -10249813 or 11245923. OLE color: 11245923.

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

Color convert

RGB 99 153 171 -
CMYK 0.42 0.11 0 0.33
HSL 195º 0.3% 0.53% -
HSV(B) 195º 0.42% 0.67% -
XYZ 23.89 28.38 42.75 -
YUV 138.91 146.11 99.54 -
System Red Green Blue C M Y K H S L
Decimal 99 153 171 0.42 0.11 0 0.33 195 0.3 0.53
Hex 63 99 AB 2A B 0 21 C3 1E 35
Octal 143 231 253 52 13 0 41 303 36 65
Binary 1100011 10011001 10101011 101010 1011 0 100001 11000011 11110 110101

Color Harmonies of #6399AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6399AB

Black with #6399AB

Text Example


Text Example

White with #6399AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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