Html Css Color HEX #6396BC Shakespeare

📋 copy color: '#6396BC'

red 99 ◦ green 150 ◦ blue 188

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

Shades of Shakespeare #6396BC

Tints of Shakespeare #6396BC

RGB

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

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

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

R = 22.65%
G = 34.32%
B = 43.02%

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

#6396BC (or 0x6396BC) is known color: Shakespeare. HEX triplet: 63, 96 and BC. RGB value is (99,150,188). Sum of RGB (Red+Green+Blue) = 99+150+188=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #6396BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6396BC is #9C6943. Grayscale: #8A8A8A. Windows color (decimal): -10250564 or 12359267. OLE color: 12359267.

HSL color Cylindrical-coordinate representation of color #6396BC: hue angle of 205.62º 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 #6396BC is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 150 188 -
CMYK 0.47 0.20 0 0.26
HSL 205.62º 0.4% 0.56% -
HSV(B) 205.62º 0.47% 0.74% -
XYZ 25.13 28.1 51.68 -
YUV 139.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 99 150 188 0.47 0.20 0 0.26 205.62 0.4 0.56
Hex 63 96 BC 2F 14 0 1A CE 28 38
Octal 143 226 274 57 24 0 32 316 50 70
Binary 1100011 10010110 10111100 101111 10100 0 11010 11001110 101000 111000

Color Harmonies of #6396BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6396BC

Black with #6396BC

Text Example


Text Example

White with #6396BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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