Html Css Color HEX #6396BB Shakespeare

📋 copy color: '#6396BB'

red 99 ◦ green 150 ◦ blue 187

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

Shades of Shakespeare #6396BB

Tints of Shakespeare #6396BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 22.71%
G = 34.4%
B = 42.89%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6396BB (or 0x6396BB) is known color: Shakespeare. HEX triplet: 63, 96 and BB. RGB value is (99,150,187). Sum of RGB (Red+Green+Blue) = 99+150+187=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #6396BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6396BB is #9C6944. Grayscale: #8A8A8A. Windows color (decimal): -10250565 or 12293731. OLE color: 12293731.

HSL color Cylindrical-coordinate representation of color #6396BB: hue angle of 205.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6396BB is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 150 187 -
CMYK 0.47 0.20 0 0.27
HSL 205.23º 0.39% 0.56% -
HSV(B) 205.23º 0.47% 0.73% -
XYZ 25.02 28.05 51.11 -
YUV 138.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 99 150 187 0.47 0.20 0 0.27 205.23 0.39 0.56
Hex 63 96 BB 2F 14 0 1B CD 27 38
Octal 143 226 273 57 24 0 33 315 47 70
Binary 1100011 10010110 10111011 101111 10100 0 11011 11001101 100111 111000

Color Harmonies of #6396BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6396BB

Black with #6396BB

Text Example


Text Example

White with #6396BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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