Html Css Color HEX #6364C5 Slate Blue

📋 copy color: '#6364C5'

red 99 ◦ green 100 ◦ blue 197

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

Shades of Slate Blue #6364C5

Tints of Slate Blue #6364C5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.25%

 BLUE value IS 197 (77.34% from 255) = 49.75%

R = 25%
G = 25.25%
B = 49.75%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6364C5 (or 0x6364C5) is known color: Slate Blue. HEX triplet: 63, 64 and C5. RGB value is (99,100,197). Sum of RGB (Red+Green+Blue) = 99+100+197=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 197 (77.34% from 255 or 49.75% from 396); Max value from RGB is 197 - color contains mainly: blue. Hex color #6364C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6364C5 is #9C9B3A. Grayscale: #6E6E6E. Windows color (decimal): -10263355 or 12936291. OLE color: 12936291.

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

Color convert

RGB 99 100 197 -
CMYK 0.50 0.49 0 0.23
HSL 239.39º 0.46% 0.58% -
HSV(B) 239.39º 0.5% 0.77% -
XYZ 19.78 15.8 54.83 -
YUV 110.76 176.67 119.61 -
System Red Green Blue C M Y K H S L
Decimal 99 100 197 0.50 0.49 0 0.23 239.39 0.46 0.58
Hex 63 64 C5 32 31 0 17 EF 2E 3A
Octal 143 144 305 62 61 0 27 357 56 72
Binary 1100011 1100100 11000101 110010 110001 0 10111 11101111 101110 111010

Color Harmonies of #6364C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6364C5

Black with #6364C5

Text Example


Text Example

White with #6364C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6364C5; }

 p { color: rgb(99,100,197); }

 H1.HeaderClassName
 {
   color: #6364C5;
 }
 .AnyTagClassName
 {
   color: #6364C5;
 }
</style>

background-color css

<style>
 a { background-color: #6364C5; }

 a { background-color: rgb(99,100,197); }

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

border-color css

<style>
 span { border-color: #6364C5; }

 span { border-color: rgb(99,100,197); }

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