Html Css Color HEX #6257C0 Slate Blue

📋 copy color: '#6257C0'

red 98 ◦ green 87 ◦ blue 192

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

Shades of Slate Blue #6257C0

Tints of Slate Blue #6257C0

RGB

 RED value IS 98 (38.67% from 255) = 25.99%

 GREEN value IS 87 (34.38% from 255) = 23.08%

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

R = 25.99%
G = 23.08%
B = 50.93%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6257C0 (or 0x6257C0) is known color: Slate Blue. HEX triplet: 62, 57 and C0. RGB value is (98,87,192). Sum of RGB (Red+Green+Blue) = 98+87+192=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #6257C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6257C0 is #9DA83F. Grayscale: #656565. Windows color (decimal): -10332224 or 12605282. OLE color: 12605282.

HSL color Cylindrical-coordinate representation of color #6257C0: hue angle of 246.29º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6257C0 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 87 192 -
CMYK 0.49 0.55 0 0.25
HSL 246.29º 0.45% 0.55% -
HSV(B) 246.29º 0.55% 0.75% -
XYZ 17.96 13.22 51.47 -
YUV 102.26 178.64 124.96 -
System Red Green Blue C M Y K H S L
Decimal 98 87 192 0.49 0.55 0 0.25 246.29 0.45 0.55
Hex 62 57 C0 31 37 0 19 F6 2D 37
Octal 142 127 300 61 67 0 31 366 55 67
Binary 1100010 1010111 11000000 110001 110111 0 11001 11110110 101101 110111

Color Harmonies of #6257C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6257C0

Black with #6257C0

Text Example


Text Example

White with #6257C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,87,192); }

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

background-color css

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

 a { background-color: rgb(98,87,192); }

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

border-color css

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

 span { border-color: rgb(98,87,192); }

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