Html Css Color HEX #6254CF Slate Blue

📋 copy color: '#6254CF'

red 98 ◦ green 84 ◦ blue 207

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

Shades of Slate Blue #6254CF

Tints of Slate Blue #6254CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

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

R = 25.19%
G = 21.59%
B = 53.21%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6254CF (or 0x6254CF) is known color: Slate Blue. HEX triplet: 62, 54 and CF. RGB value is (98,84,207). Sum of RGB (Red+Green+Blue) = 98+84+207=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #6254CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6254CF is #9DAB30. Grayscale: #656565. Windows color (decimal): -10332977 or 13587554. OLE color: 13587554.

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

Color convert

RGB 98 84 207 -
CMYK 0.53 0.59 0 0.19
HSL 246.83º 0.56% 0.57% -
HSV(B) 246.83º 0.59% 0.81% -
XYZ 19.47 13.44 60.6 -
YUV 102.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 98 84 207 0.53 0.59 0 0.19 246.83 0.56 0.57
Hex 62 54 CF 35 3B 0 13 F7 38 39
Octal 142 124 317 65 73 0 23 367 70 71
Binary 1100010 1010100 11001111 110101 111011 0 10011 11110111 111000 111001

Color Harmonies of #6254CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6254CF

Black with #6254CF

Text Example


Text Example

White with #6254CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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