Html Css Color HEX #6452C0 Slate Blue

📋 copy color: '#6452C0'

red 100 ◦ green 82 ◦ blue 192

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

Shades of Slate Blue #6452C0

Tints of Slate Blue #6452C0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

 BLUE value IS 192 (75.39% from 255) = 51.34%

R = 26.74%
G = 21.93%
B = 51.34%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6452C0 (or 0x6452C0) is known color: Slate Blue. HEX triplet: 64, 52 and C0. RGB value is (100,82,192). Sum of RGB (Red+Green+Blue) = 100+82+192=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #6452C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6452C0 is #9BAD3F. Grayscale: #636363. Windows color (decimal): -10202432 or 12604004. OLE color: 12604004.

HSL color Cylindrical-coordinate representation of color #6452C0: hue angle of 249.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6452C0 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 82 192 -
CMYK 0.48 0.57 0 0.25
HSL 249.82º 0.47% 0.54% -
HSV(B) 249.82º 0.57% 0.75% -
XYZ 17.79 12.55 51.35 -
YUV 99.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 100 82 192 0.48 0.57 0 0.25 249.82 0.47 0.54
Hex 64 52 C0 30 39 0 19 FA 2F 36
Octal 144 122 300 60 71 0 31 372 57 66
Binary 1100100 1010010 11000000 110000 111001 0 11001 11111010 101111 110110

Color Harmonies of #6452C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6452C0

Black with #6452C0

Text Example


Text Example

White with #6452C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6452C0; }

 p { color: rgb(100,82,192); }

 H1.HeaderClassName
 {
   color: #6452C0;
 }
 .AnyTagClassName
 {
   color: #6452C0;
 }
</style>

background-color css

<style>
 a { background-color: #6452C0; }

 a { background-color: rgb(100,82,192); }

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

border-color css

<style>
 span { border-color: #6452C0; }

 span { border-color: rgb(100,82,192); }

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