Html Css Color HEX #6257D0 Slate Blue

📋 copy color: '#6257D0'

red 98 ◦ green 87 ◦ blue 208

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

Shades of Slate Blue #6257D0

Tints of Slate Blue #6257D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.93%

R = 24.94%
G = 22.14%
B = 52.93%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6257D0 (or 0x6257D0) is known color: Slate Blue. HEX triplet: 62, 57 and D0. RGB value is (98,87,208). Sum of RGB (Red+Green+Blue) = 98+87+208=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #6257D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6257D0 is #9DA82F. Grayscale: #676767. Windows color (decimal): -10332208 or 13653858. OLE color: 13653858.

HSL color Cylindrical-coordinate representation of color #6257D0: hue angle of 245.45º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6257D0 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 98 87 208 -
CMYK 0.53 0.58 0 0.18
HSL 245.45º 0.56% 0.58% -
HSV(B) 245.45º 0.58% 0.82% -
XYZ 19.83 13.97 61.33 -
YUV 104.08 186.64 123.66 -
System Red Green Blue C M Y K H S L
Decimal 98 87 208 0.53 0.58 0 0.18 245.45 0.56 0.58
Hex 62 57 D0 35 3A 0 12 F5 38 3A
Octal 142 127 320 65 72 0 22 365 70 72
Binary 1100010 1010111 11010000 110101 111010 0 10010 11110101 111000 111010

Color Harmonies of #6257D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6257D0

Black with #6257D0

Text Example


Text Example

White with #6257D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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