Html Css Color HEX #6361C4 Slate Blue

📋 copy color: '#6361C4'

red 99 ◦ green 97 ◦ blue 196

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

Shades of Slate Blue #6361C4

Tints of Slate Blue #6361C4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.74%

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

R = 25.26%
G = 24.74%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6361C4 (or 0x6361C4) is known color: Slate Blue. HEX triplet: 63, 61 and C4. RGB value is (99,97,196). Sum of RGB (Red+Green+Blue) = 99+97+196=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 196 (76.95% from 255 or 50% from 392); Max value from RGB is 196 - color contains mainly: blue. Hex color #6361C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6361C4 is #9C9E3B. Grayscale: #6C6C6C. Windows color (decimal): -10264124 or 12869987. OLE color: 12869987.

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

Color convert

RGB 99 97 196 -
CMYK 0.49 0.51 0 0.23
HSL 241.21º 0.46% 0.57% -
HSV(B) 241.21º 0.51% 0.77% -
XYZ 19.38 15.19 54.13 -
YUV 108.88 177.16 120.95 -
System Red Green Blue C M Y K H S L
Decimal 99 97 196 0.49 0.51 0 0.23 241.21 0.46 0.57
Hex 63 61 C4 31 33 0 17 F1 2E 39
Octal 143 141 304 61 63 0 27 361 56 71
Binary 1100011 1100001 11000100 110001 110011 0 10111 11110001 101110 111001

Color Harmonies of #6361C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6361C4

Black with #6361C4

Text Example


Text Example

White with #6361C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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