Html Css Color HEX #6397C4 Shakespeare

📋 copy color: '#6397C4'

red 99 ◦ green 151 ◦ blue 196

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

Shades of Shakespeare #6397C4

Tints of Shakespeare #6397C4

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.86%

 BLUE value IS 196 (76.95% from 255) = 43.95%

R = 22.2%
G = 33.86%
B = 43.95%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6397C4 (or 0x6397C4) is known color: Shakespeare. HEX triplet: 63, 97 and C4. RGB value is (99,151,196). Sum of RGB (Red+Green+Blue) = 99+151+196=446 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.20% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 196 - color contains mainly: blue. Hex color #6397C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6397C4 is #9C683B. Grayscale: #8C8C8C. Windows color (decimal): -10250300 or 12883811. OLE color: 12883811.

HSL color Cylindrical-coordinate representation of color #6397C4: hue angle of 207.84º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6397C4 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 99 151 196 -
CMYK 0.49 0.23 0 0.23
HSL 207.84º 0.45% 0.58% -
HSV(B) 207.84º 0.49% 0.77% -
XYZ 26.18 28.77 56.4 -
YUV 140.58 159.27 98.34 -
System Red Green Blue C M Y K H S L
Decimal 99 151 196 0.49 0.23 0 0.23 207.84 0.45 0.58
Hex 63 97 C4 31 17 0 17 D0 2D 3A
Octal 143 227 304 61 27 0 27 320 55 72
Binary 1100011 10010111 11000100 110001 10111 0 10111 11010000 101101 111010

Color Harmonies of #6397C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6397C4

Black with #6397C4

Text Example


Text Example

White with #6397C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6397C4; }

 p { color: rgb(99,151,196); }

 H1.HeaderClassName
 {
   color: #6397C4;
 }
 .AnyTagClassName
 {
   color: #6397C4;
 }
</style>

background-color css

<style>
 a { background-color: #6397C4; }

 a { background-color: rgb(99,151,196); }

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

border-color css

<style>
 span { border-color: #6397C4; }

 span { border-color: rgb(99,151,196); }

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