Html Css Color HEX #6398AE Shakespeare

📋 copy color: '#6398AE'

red 99 ◦ green 152 ◦ blue 174

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

Shades of Shakespeare #6398AE

Tints of Shakespeare #6398AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 23.29%
G = 35.76%
B = 40.94%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6398AE (or 0x6398AE) is known color: Shakespeare. HEX triplet: 63, 98 and AE. RGB value is (99,152,174). Sum of RGB (Red+Green+Blue) = 99+152+174=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #6398AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6398AE is #9C6751. Grayscale: #8A8A8A. Windows color (decimal): -10250066 or 11442275. OLE color: 11442275.

HSL color Cylindrical-coordinate representation of color #6398AE: hue angle of 197.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6398AE is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 152 174 -
CMYK 0.43 0.13 0 0.32
HSL 197.6º 0.32% 0.54% -
HSV(B) 197.6º 0.43% 0.68% -
XYZ 24.01 28.17 44.22 -
YUV 138.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 99 152 174 0.43 0.13 0 0.32 197.6 0.32 0.54
Hex 63 98 AE 2B D 0 20 C6 20 36
Octal 143 230 256 53 15 0 40 306 40 66
Binary 1100011 10011000 10101110 101011 1101 0 100000 11000110 100000 110110

Color Harmonies of #6398AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6398AE

Black with #6398AE

Text Example


Text Example

White with #6398AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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