Html Css Color HEX #6253DB Slate Blue

📋 copy color: '#6253DB'

red 98 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #6253DB

Tints of Slate Blue #6253DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.75%

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

R = 24.5%
G = 20.75%
B = 54.75%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6253DB (or 0x6253DB) is known color: Slate Blue. HEX triplet: 62, 53 and DB. RGB value is (98,83,219). Sum of RGB (Red+Green+Blue) = 98+83+219=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #6253DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6253DB is #9DAC24. Grayscale: #666666. Windows color (decimal): -10333221 or 14373730. OLE color: 14373730.

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

Color convert

RGB 98 83 219 -
CMYK 0.55 0.62 0 0.14
HSL 246.62º 0.65% 0.59% -
HSV(B) 246.62º 0.62% 0.86% -
XYZ 20.92 13.9 68.6 -
YUV 102.99 193.47 124.44 -
System Red Green Blue C M Y K H S L
Decimal 98 83 219 0.55 0.62 0 0.14 246.62 0.65 0.59
Hex 62 53 DB 37 3E 0 E F7 41 3B
Octal 142 123 333 67 76 0 16 367 101 73
Binary 1100010 1010011 11011011 110111 111110 0 1110 11110111 1000001 111011

Color Harmonies of #6253DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6253DB

Black with #6253DB

Text Example


Text Example

White with #6253DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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