Html Css Color HEX #6398BA Shakespeare

📋 copy color: '#6398BA'

red 99 ◦ green 152 ◦ blue 186

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

Shades of Shakespeare #6398BA

Tints of Shakespeare #6398BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.78%

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 22.65%
G = 34.78%
B = 42.56%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6398BA (or 0x6398BA) is known color: Shakespeare. HEX triplet: 63, 98 and BA. RGB value is (99,152,186). Sum of RGB (Red+Green+Blue) = 99+152+186=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #6398BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6398BA is #9C6745. Grayscale: #8B8B8B. Windows color (decimal): -10250054 or 12228707. OLE color: 12228707.

HSL color Cylindrical-coordinate representation of color #6398BA: hue angle of 203.45º 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 #6398BA is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 152 186 -
CMYK 0.47 0.18 0 0.27
HSL 203.45º 0.39% 0.56% -
HSV(B) 203.45º 0.47% 0.73% -
XYZ 25.24 28.65 50.66 -
YUV 140.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 99 152 186 0.47 0.18 0 0.27 203.45 0.39 0.56
Hex 63 98 BA 2F 12 0 1B CB 27 38
Octal 143 230 272 57 22 0 33 313 47 70
Binary 1100011 10011000 10111010 101111 10010 0 11011 11001011 100111 111000

Color Harmonies of #6398BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6398BA

Black with #6398BA

Text Example


Text Example

White with #6398BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6398BA; }

 p { color: rgb(99,152,186); }

 H1.HeaderClassName
 {
   color: #6398BA;
 }
 .AnyTagClassName
 {
   color: #6398BA;
 }
</style>

background-color css

<style>
 a { background-color: #6398BA; }

 a { background-color: rgb(99,152,186); }

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

border-color css

<style>
 span { border-color: #6398BA; }

 span { border-color: rgb(99,152,186); }

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