Html Css Color HEX #6243DE Slate Blue

📋 copy color: '#6243DE'

red 98 ◦ green 67 ◦ blue 222

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

Shades of Slate Blue #6243DE

Tints of Slate Blue #6243DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.36%

R = 25.32%
G = 17.31%
B = 57.36%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6243DE (or 0x6243DE) is known color: Slate Blue. HEX triplet: 62, 43 and DE. RGB value is (98,67,222). Sum of RGB (Red+Green+Blue) = 98+67+222=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #6243DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6243DE is #9DBC21. Grayscale: #5D5D5D. Windows color (decimal): -10337314 or 14566242. OLE color: 14566242.

HSL color Cylindrical-coordinate representation of color #6243DE: hue angle of 252º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6243DE is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 67 222 -
CMYK 0.56 0.70 0 0.13
HSL 252º 0.7% 0.57% -
HSV(B) 252º 0.7% 0.87% -
XYZ 20.23 11.88 70.34 -
YUV 93.94 200.27 130.9 -
System Red Green Blue C M Y K H S L
Decimal 98 67 222 0.56 0.70 0 0.13 252 0.7 0.57
Hex 62 43 DE 38 46 0 D FC 46 39
Octal 142 103 336 70 106 0 15 374 106 71
Binary 1100010 1000011 11011110 111000 1000110 0 1101 11111100 1000110 111001

Color Harmonies of #6243DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6243DE

Black with #6243DE

Text Example


Text Example

White with #6243DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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