Html Css Color HEX #6243DC Slate Blue

📋 copy color: '#6243DC'

red 98 ◦ green 67 ◦ blue 220

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

Shades of Slate Blue #6243DC

Tints of Slate Blue #6243DC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

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

R = 25.45%
G = 17.4%
B = 57.14%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6243DC (or 0x6243DC) is known color: Slate Blue. HEX triplet: 62, 43 and DC. RGB value is (98,67,220). Sum of RGB (Red+Green+Blue) = 98+67+220=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #6243DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6243DC is #9DBC23. Grayscale: #5D5D5D. Windows color (decimal): -10337316 or 14435170. OLE color: 14435170.

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

Color convert

RGB 98 67 220 -
CMYK 0.55 0.70 0 0.14
HSL 252.16º 0.69% 0.56% -
HSV(B) 252.16º 0.7% 0.86% -
XYZ 19.96 11.78 68.93 -
YUV 93.71 199.27 131.06 -
System Red Green Blue C M Y K H S L
Decimal 98 67 220 0.55 0.70 0 0.14 252.16 0.69 0.56
Hex 62 43 DC 37 46 0 E FC 45 38
Octal 142 103 334 67 106 0 16 374 105 70
Binary 1100010 1000011 11011100 110111 1000110 0 1110 11111100 1000101 111000

Color Harmonies of #6243DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6243DC

Black with #6243DC

Text Example


Text Example

White with #6243DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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