Html Css Color HEX #6259CF Slate Blue

📋 copy color: '#6259CF'

red 98 ◦ green 89 ◦ blue 207

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

Shades of Slate Blue #6259CF

Tints of Slate Blue #6259CF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 24.87%
G = 22.59%
B = 52.54%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6259CF (or 0x6259CF) is known color: Slate Blue. HEX triplet: 62, 59 and CF. RGB value is (98,89,207). Sum of RGB (Red+Green+Blue) = 98+89+207=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #6259CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6259CF is #9DA630. Grayscale: #686868. Windows color (decimal): -10331697 or 13588834. OLE color: 13588834.

HSL color Cylindrical-coordinate representation of color #6259CF: hue angle of 244.58º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6259CF is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 89 207 -
CMYK 0.53 0.57 0 0.19
HSL 244.58º 0.55% 0.58% -
HSV(B) 244.58º 0.57% 0.81% -
XYZ 19.87 14.25 60.73 -
YUV 105.14 185.48 122.91 -
System Red Green Blue C M Y K H S L
Decimal 98 89 207 0.53 0.57 0 0.19 244.58 0.55 0.58
Hex 62 59 CF 35 39 0 13 F5 37 3A
Octal 142 131 317 65 71 0 23 365 67 72
Binary 1100010 1011001 11001111 110101 111001 0 10011 11110101 110111 111010

Color Harmonies of #6259CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6259CF

Black with #6259CF

Text Example


Text Example

White with #6259CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6259CF; }

 p { color: rgb(98,89,207); }

 H1.HeaderClassName
 {
   color: #6259CF;
 }
 .AnyTagClassName
 {
   color: #6259CF;
 }
</style>

background-color css

<style>
 a { background-color: #6259CF; }

 a { background-color: rgb(98,89,207); }

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

border-color css

<style>
 span { border-color: #6259CF; }

 span { border-color: rgb(98,89,207); }

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