Html Css Color HEX #6251CF Slate Blue

📋 copy color: '#6251CF'

red 98 ◦ green 81 ◦ blue 207

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

Shades of Slate Blue #6251CF

Tints of Slate Blue #6251CF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.98%

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

R = 25.39%
G = 20.98%
B = 53.63%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6251CF (or 0x6251CF) is known color: Slate Blue. HEX triplet: 62, 51 and CF. RGB value is (98,81,207). Sum of RGB (Red+Green+Blue) = 98+81+207=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #6251CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251CF is #9DAE30. Grayscale: #636363. Windows color (decimal): -10333745 or 13586786. OLE color: 13586786.

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

Color convert

RGB 98 81 207 -
CMYK 0.53 0.61 0 0.19
HSL 248.1º 0.57% 0.56% -
HSV(B) 248.1º 0.61% 0.81% -
XYZ 19.24 12.99 60.52 -
YUV 100.45 188.13 126.25 -
System Red Green Blue C M Y K H S L
Decimal 98 81 207 0.53 0.61 0 0.19 248.1 0.57 0.56
Hex 62 51 CF 35 3D 0 13 F8 39 38
Octal 142 121 317 65 75 0 23 370 71 70
Binary 1100010 1010001 11001111 110101 111101 0 10011 11111000 111001 111000

Color Harmonies of #6251CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6251CF

Black with #6251CF

Text Example


Text Example

White with #6251CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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