Html Css Color HEX #6399B2 Shakespeare

📋 copy color: '#6399B2'

red 99 ◦ green 153 ◦ blue 178

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

Shades of Shakespeare #6399B2

Tints of Shakespeare #6399B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.4%

R = 23.02%
G = 35.58%
B = 41.4%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6399B2 (or 0x6399B2) is known color: Shakespeare. HEX triplet: 63, 99 and B2. RGB value is (99,153,178). Sum of RGB (Red+Green+Blue) = 99+153+178=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 178 - color contains mainly: blue. Hex color #6399B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6399B2 is #9C664D. Grayscale: #8B8B8B. Windows color (decimal): -10249806 or 11704675. OLE color: 11704675.

HSL color Cylindrical-coordinate representation of color #6399B2: hue angle of 198.99º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6399B2 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 99 153 178 -
CMYK 0.44 0.14 0 0.30
HSL 198.99º 0.34% 0.54% -
HSV(B) 198.99º 0.44% 0.7% -
XYZ 24.57 28.65 46.35 -
YUV 139.7 149.61 98.97 -
System Red Green Blue C M Y K H S L
Decimal 99 153 178 0.44 0.14 0 0.30 198.99 0.34 0.54
Hex 63 99 B2 2C E 0 1E C7 22 36
Octal 143 231 262 54 16 0 36 307 42 66
Binary 1100011 10011001 10110010 101100 1110 0 11110 11000111 100010 110110

Color Harmonies of #6399B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6399B2

Black with #6399B2

Text Example


Text Example

White with #6399B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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