Html Css Color HEX #6496BC Shakespeare

📋 copy color: '#6496BC'

red 100 ◦ green 150 ◦ blue 188

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

Shades of Shakespeare #6496BC

Tints of Shakespeare #6496BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.25%

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 22.83%
G = 34.25%
B = 42.92%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6496BC (or 0x6496BC) is known color: Shakespeare. HEX triplet: 64, 96 and BC. RGB value is (100,150,188). Sum of RGB (Red+Green+Blue) = 100+150+188=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #6496BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6496BC is #9B6943. Grayscale: #8B8B8B. Windows color (decimal): -10185028 or 12359268. OLE color: 12359268.

HSL color Cylindrical-coordinate representation of color #6496BC: hue angle of 205.91º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6496BC is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 150 188 -
CMYK 0.47 0.20 0 0.26
HSL 205.91º 0.4% 0.56% -
HSV(B) 205.91º 0.47% 0.74% -
XYZ 25.24 28.15 51.68 -
YUV 139.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 100 150 188 0.47 0.20 0 0.26 205.91 0.4 0.56
Hex 64 96 BC 2F 14 0 1A CE 28 38
Octal 144 226 274 57 24 0 32 316 50 70
Binary 1100100 10010110 10111100 101111 10100 0 11010 11001110 101000 111000

Color Harmonies of #6496BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6496BC

Black with #6496BC

Text Example


Text Example

White with #6496BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6496BC; }

 p { color: rgb(100,150,188); }

 H1.HeaderClassName
 {
   color: #6496BC;
 }
 .AnyTagClassName
 {
   color: #6496BC;
 }
</style>

background-color css

<style>
 a { background-color: #6496BC; }

 a { background-color: rgb(100,150,188); }

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

border-color css

<style>
 span { border-color: #6496BC; }

 span { border-color: rgb(100,150,188); }

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