Html Css Color HEX #6249CF Slate Blue

📋 copy color: '#6249CF'

red 98 ◦ green 73 ◦ blue 207

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

Shades of Slate Blue #6249CF

Tints of Slate Blue #6249CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.31%

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

R = 25.93%
G = 19.31%
B = 54.76%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6249CF (or 0x6249CF) is known color: Slate Blue. HEX triplet: 62, 49 and CF. RGB value is (98,73,207). Sum of RGB (Red+Green+Blue) = 98+73+207=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #6249CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6249CF is #9DB630. Grayscale: #5F5F5F. Windows color (decimal): -10335793 or 13584738. OLE color: 13584738.

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

Color convert

RGB 98 73 207 -
CMYK 0.53 0.65 0 0.19
HSL 251.19º 0.58% 0.55% -
HSV(B) 251.19º 0.65% 0.81% -
XYZ 18.68 11.87 60.34 -
YUV 95.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 98 73 207 0.53 0.65 0 0.19 251.19 0.58 0.55
Hex 62 49 CF 35 41 0 13 FB 3A 37
Octal 142 111 317 65 101 0 23 373 72 67
Binary 1100010 1001001 11001111 110101 1000001 0 10011 11111011 111010 110111

Color Harmonies of #6249CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6249CF

Black with #6249CF

Text Example


Text Example

White with #6249CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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