Html Css Color HEX #6499BE Shakespeare

📋 copy color: '#6499BE'

red 100 ◦ green 153 ◦ blue 190

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

Shades of Shakespeare #6499BE

Tints of Shakespeare #6499BE

RGB

 RED value IS 100 (39.45% from 255) = 22.57%

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

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

R = 22.57%
G = 34.54%
B = 42.89%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6499BE (or 0x6499BE) is known color: Shakespeare. HEX triplet: 64, 99 and BE. RGB value is (100,153,190). Sum of RGB (Red+Green+Blue) = 100+153+190=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #6499BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6499BE is #9B6641. Grayscale: #8D8D8D. Windows color (decimal): -10184258 or 12491108. OLE color: 12491108.

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

Color convert

RGB 100 153 190 -
CMYK 0.47 0.19 0 0.25
HSL 204.67º 0.41% 0.57% -
HSV(B) 204.67º 0.47% 0.75% -
XYZ 25.94 29.21 52.99 -
YUV 141.37 155.44 98.49 -
System Red Green Blue C M Y K H S L
Decimal 100 153 190 0.47 0.19 0 0.25 204.67 0.41 0.57
Hex 64 99 BE 2F 13 0 19 CD 29 39
Octal 144 231 276 57 23 0 31 315 51 71
Binary 1100100 10011001 10111110 101111 10011 0 11001 11001101 101001 111001

Color Harmonies of #6499BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6499BE

Black with #6499BE

Text Example


Text Example

White with #6499BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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