Html Css Color HEX #6399BE Shakespeare

📋 copy color: '#6399BE'

red 99 ◦ green 153 ◦ blue 190

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

Shades of Shakespeare #6399BE

Tints of Shakespeare #6399BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 22.4%
G = 34.62%
B = 42.99%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6399BE (or 0x6399BE) is known color: Shakespeare. HEX triplet: 63, 99 and BE. RGB value is (99,153,190). Sum of RGB (Red+Green+Blue) = 99+153+190=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #6399BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6399BE is #9C6641. Grayscale: #8C8C8C. Windows color (decimal): -10249794 or 12491107. OLE color: 12491107.

HSL color Cylindrical-coordinate representation of color #6399BE: hue angle of 204.4º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6399BE is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 153 190 -
CMYK 0.48 0.19 0 0.25
HSL 204.4º 0.41% 0.57% -
HSV(B) 204.4º 0.48% 0.75% -
XYZ 25.83 29.15 52.98 -
YUV 141.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 99 153 190 0.48 0.19 0 0.25 204.4 0.41 0.57
Hex 63 99 BE 30 13 0 19 CC 29 39
Octal 143 231 276 60 23 0 31 314 51 71
Binary 1100011 10011001 10111110 110000 10011 0 11001 11001100 101001 111001

Color Harmonies of #6399BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6399BE

Black with #6399BE

Text Example


Text Example

White with #6399BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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