Html Css Color HEX #6253DC Slate Blue

📋 copy color: '#6253DC'

red 98 ◦ green 83 ◦ blue 220

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

Shades of Slate Blue #6253DC

Tints of Slate Blue #6253DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.86%

R = 24.44%
G = 20.7%
B = 54.86%

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

#6253DC (or 0x6253DC) is known color: Slate Blue. HEX triplet: 62, 53 and DC. RGB value is (98,83,220). Sum of RGB (Red+Green+Blue) = 98+83+220=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #6253DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6253DC is #9DAC23. Grayscale: #666666. Windows color (decimal): -10333220 or 14439266. OLE color: 14439266.

HSL color Cylindrical-coordinate representation of color #6253DC: hue angle of 246.57º degrees, saturation: 0.66, 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 #6253DC is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 83 220 -
CMYK 0.55 0.62 0 0.14
HSL 246.57º 0.66% 0.59% -
HSV(B) 246.57º 0.62% 0.86% -
XYZ 21.05 13.95 69.29 -
YUV 103.1 193.97 124.36 -
System Red Green Blue C M Y K H S L
Decimal 98 83 220 0.55 0.62 0 0.14 246.57 0.66 0.59
Hex 62 53 DC 37 3E 0 E F7 42 3B
Octal 142 123 334 67 76 0 16 367 102 73
Binary 1100010 1010011 11011100 110111 111110 0 1110 11110111 1000010 111011

Color Harmonies of #6253DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6253DC

Black with #6253DC

Text Example


Text Example

White with #6253DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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