Html Css Color HEX #6395BC Shakespeare

📋 copy color: '#6395BC'

red 99 ◦ green 149 ◦ blue 188

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

Shades of Shakespeare #6395BC

Tints of Shakespeare #6395BC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.17%

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

R = 22.71%
G = 34.17%
B = 43.12%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6395BC (or 0x6395BC) is known color: Shakespeare. HEX triplet: 63, 95 and BC. RGB value is (99,149,188). Sum of RGB (Red+Green+Blue) = 99+149+188=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #6395BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6395BC is #9C6A43. Grayscale: #8A8A8A. Windows color (decimal): -10250820 or 12359011. OLE color: 12359011.

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

Color convert

RGB 99 149 188 -
CMYK 0.47 0.21 0 0.26
HSL 206.29º 0.4% 0.56% -
HSV(B) 206.29º 0.47% 0.74% -
XYZ 24.97 27.78 51.62 -
YUV 138.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 99 149 188 0.47 0.21 0 0.26 206.29 0.4 0.56
Hex 63 95 BC 2F 15 0 1A CE 28 38
Octal 143 225 274 57 25 0 32 316 50 70
Binary 1100011 10010101 10111100 101111 10101 0 11010 11001110 101000 111000

Color Harmonies of #6395BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6395BC

Black with #6395BC

Text Example


Text Example

White with #6395BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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