Html Css Color HEX #6461C4 Slate Blue

📋 copy color: '#6461C4'

red 100 ◦ green 97 ◦ blue 196

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

Shades of Slate Blue #6461C4

Tints of Slate Blue #6461C4

RGB

 RED value IS 100 (39.45% from 255) = 25.45%

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

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

R = 25.45%
G = 24.68%
B = 49.87%

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

#6461C4 (or 0x6461C4) is known color: Slate Blue. HEX triplet: 64, 61 and C4. RGB value is (100,97,196). Sum of RGB (Red+Green+Blue) = 100+97+196=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #6461C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6461C4 is #9B9E3B. Grayscale: #6C6C6C. Windows color (decimal): -10198588 or 12869988. OLE color: 12869988.

HSL color Cylindrical-coordinate representation of color #6461C4: hue angle of 241.82º 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 #6461C4 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 100 97 196 -
CMYK 0.49 0.51 0 0.23
HSL 241.82º 0.46% 0.57% -
HSV(B) 241.82º 0.51% 0.77% -
XYZ 19.49 15.24 54.14 -
YUV 109.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 100 97 196 0.49 0.51 0 0.23 241.82 0.46 0.57
Hex 64 61 C4 31 33 0 17 F2 2E 39
Octal 144 141 304 61 63 0 27 362 56 71
Binary 1100100 1100001 11000100 110001 110011 0 10111 11110010 101110 111001

Color Harmonies of #6461C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6461C4

Black with #6461C4

Text Example


Text Example

White with #6461C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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