Html Css Color HEX #6242D8 Slate Blue

📋 copy color: '#6242D8'

red 98 ◦ green 66 ◦ blue 216

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

Shades of Slate Blue #6242D8

Tints of Slate Blue #6242D8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.37%

 BLUE value IS 216 (84.77% from 255) = 56.84%

R = 25.79%
G = 17.37%
B = 56.84%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6242D8 (or 0x6242D8) is known color: Slate Blue. HEX triplet: 62, 42 and D8. RGB value is (98,66,216). Sum of RGB (Red+Green+Blue) = 98+66+216=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #6242D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6242D8 is #9DBD27. Grayscale: #5C5C5C. Windows color (decimal): -10337576 or 14172770. OLE color: 14172770.

HSL color Cylindrical-coordinate representation of color #6242D8: hue angle of 252.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6242D8 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 66 216 -
CMYK 0.55 0.69 0 0.15
HSL 252.8º 0.66% 0.55% -
HSV(B) 252.8º 0.69% 0.85% -
XYZ 19.38 11.45 66.15 -
YUV 92.67 197.6 131.8 -
System Red Green Blue C M Y K H S L
Decimal 98 66 216 0.55 0.69 0 0.15 252.8 0.66 0.55
Hex 62 42 D8 37 45 0 F FD 42 37
Octal 142 102 330 67 105 0 17 375 102 67
Binary 1100010 1000010 11011000 110111 1000101 0 1111 11111101 1000010 110111

Color Harmonies of #6242D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6242D8

Black with #6242D8

Text Example


Text Example

White with #6242D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6242D8; }

 p { color: rgb(98,66,216); }

 H1.HeaderClassName
 {
   color: #6242D8;
 }
 .AnyTagClassName
 {
   color: #6242D8;
 }
</style>

background-color css

<style>
 a { background-color: #6242D8; }

 a { background-color: rgb(98,66,216); }

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

border-color css

<style>
 span { border-color: #6242D8; }

 span { border-color: rgb(98,66,216); }

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