Html Css Color HEX #6245DB Slate Blue

📋 copy color: '#6245DB'

red 98 ◦ green 69 ◦ blue 219

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

Shades of Slate Blue #6245DB

Tints of Slate Blue #6245DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.88%

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

R = 25.39%
G = 17.88%
B = 56.74%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6245DB (or 0x6245DB) is known color: Slate Blue. HEX triplet: 62, 45 and DB. RGB value is (98,69,219). Sum of RGB (Red+Green+Blue) = 98+69+219=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #6245DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6245DB is #9DBA24. Grayscale: #5E5E5E. Windows color (decimal): -10336805 or 14370146. OLE color: 14370146.

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

Color convert

RGB 98 69 219 -
CMYK 0.55 0.68 0 0.14
HSL 251.6º 0.68% 0.56% -
HSV(B) 251.6º 0.68% 0.86% -
XYZ 19.95 11.97 68.28 -
YUV 94.77 198.11 130.3 -
System Red Green Blue C M Y K H S L
Decimal 98 69 219 0.55 0.68 0 0.14 251.6 0.68 0.56
Hex 62 45 DB 37 44 0 E FC 44 38
Octal 142 105 333 67 104 0 16 374 104 70
Binary 1100010 1000101 11011011 110111 1000100 0 1110 11111100 1000100 111000

Color Harmonies of #6245DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6245DB

Black with #6245DB

Text Example


Text Example

White with #6245DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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