Html Css Color HEX #6398BE Shakespeare

📋 copy color: '#6398BE'

red 99 ◦ green 152 ◦ blue 190

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

Shades of Shakespeare #6398BE

Tints of Shakespeare #6398BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 22.45%
G = 34.47%
B = 43.08%

CMYK

 C value IS 0.48

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6398BE (or 0x6398BE) is known color: Shakespeare. HEX triplet: 63, 98 and BE. RGB value is (99,152,190). Sum of RGB (Red+Green+Blue) = 99+152+190=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #6398BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6398BE is #9C6741. Grayscale: #8C8C8C. Windows color (decimal): -10250050 or 12490851. OLE color: 12490851.

HSL color Cylindrical-coordinate representation of color #6398BE: hue angle of 205.05º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6398BE is Cyan = 0.48, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 152 190 -
CMYK 0.48 0.2 0 0.25
HSL 205.05º 0.41% 0.57% -
HSV(B) 205.05º 0.48% 0.75% -
XYZ 25.67 28.83 52.93 -
YUV 140.49 155.94 98.41 -
System Red Green Blue C M Y K H S L
Decimal 99 152 190 0.48 0.2 0 0.25 205.05 0.41 0.57
Hex 63 98 BE 30 14 0 19 CD 29 39
Octal 143 230 276 60 24 0 31 315 51 71
Binary 1100011 10011000 10111110 110000 10100 0 11001 11001101 101001 111001

Color Harmonies of #6398BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6398BE

Black with #6398BE

Text Example


Text Example

White with #6398BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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