Html Css Color HEX #6393B6 Shakespeare

📋 copy color: '#6393B6'

red 99 ◦ green 147 ◦ blue 182

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

Shades of Shakespeare #6393B6

Tints of Shakespeare #6393B6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.35%

 BLUE value IS 182 (71.48% from 255) = 42.52%

R = 23.13%
G = 34.35%
B = 42.52%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6393B6 (or 0x6393B6) is known color: Shakespeare. HEX triplet: 63, 93 and B6. RGB value is (99,147,182). Sum of RGB (Red+Green+Blue) = 99+147+182=428 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.13% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 182 - color contains mainly: blue. Hex color #6393B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6393B6 is #9C6C49. Grayscale: #888888. Windows color (decimal): -10251338 or 11965283. OLE color: 11965283.

HSL color Cylindrical-coordinate representation of color #6393B6: hue angle of 205.3º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6393B6 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 99 147 182 -
CMYK 0.46 0.19 0 0.29
HSL 205.3º 0.36% 0.55% -
HSV(B) 205.3º 0.46% 0.71% -
XYZ 24.02 26.9 48.18 -
YUV 136.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 99 147 182 0.46 0.19 0 0.29 205.3 0.36 0.55
Hex 63 93 B6 2E 13 0 1D CD 24 37
Octal 143 223 266 56 23 0 35 315 44 67
Binary 1100011 10010011 10110110 101110 10011 0 11101 11001101 100100 110111

Color Harmonies of #6393B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6393B6

Black with #6393B6

Text Example


Text Example

White with #6393B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6393B6; }

 p { color: rgb(99,147,182); }

 H1.HeaderClassName
 {
   color: #6393B6;
 }
 .AnyTagClassName
 {
   color: #6393B6;
 }
</style>

background-color css

<style>
 a { background-color: #6393B6; }

 a { background-color: rgb(99,147,182); }

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

border-color css

<style>
 span { border-color: #6393B6; }

 span { border-color: rgb(99,147,182); }

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