Html Css Color HEX #6251DB Slate Blue

📋 copy color: '#6251DB'

red 98 ◦ green 81 ◦ blue 219

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

Shades of Slate Blue #6251DB

Tints of Slate Blue #6251DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 24.62%
G = 20.35%
B = 55.03%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6251DB (or 0x6251DB) is known color: Slate Blue. HEX triplet: 62, 51 and DB. RGB value is (98,81,219). Sum of RGB (Red+Green+Blue) = 98+81+219=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #6251DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251DB is #9DAE24. Grayscale: #656565. Windows color (decimal): -10333733 or 14373218. OLE color: 14373218.

HSL color Cylindrical-coordinate representation of color #6251DB: hue angle of 247.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6251DB is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 81 219 -
CMYK 0.55 0.63 0 0.14
HSL 247.39º 0.66% 0.59% -
HSV(B) 247.39º 0.63% 0.86% -
XYZ 20.77 13.6 68.55 -
YUV 101.82 194.13 125.28 -
System Red Green Blue C M Y K H S L
Decimal 98 81 219 0.55 0.63 0 0.14 247.39 0.66 0.59
Hex 62 51 DB 37 3F 0 E F7 42 3B
Octal 142 121 333 67 77 0 16 367 102 73
Binary 1100010 1010001 11011011 110111 111111 0 1110 11110111 1000010 111011

Color Harmonies of #6251DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6251DB

Black with #6251DB

Text Example


Text Example

White with #6251DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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