Html Css Color HEX #6246CC Slate Blue

📋 copy color: '#6246CC'

red 98 ◦ green 70 ◦ blue 204

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

Shades of Slate Blue #6246CC

Tints of Slate Blue #6246CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.82%

 BLUE value IS 204 (80.08% from 255) = 54.84%

R = 26.34%
G = 18.82%
B = 54.84%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6246CC (or 0x6246CC) is known color: Slate Blue. HEX triplet: 62, 46 and CC. RGB value is (98,70,204). Sum of RGB (Red+Green+Blue) = 98+70+204=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #6246CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6246CC is #9DB933. Grayscale: #5D5D5D. Windows color (decimal): -10336564 or 13387362. OLE color: 13387362.

HSL color Cylindrical-coordinate representation of color #6246CC: hue angle of 252.54º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6246CC is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 70 204 -
CMYK 0.52 0.66 0 0.2
HSL 252.54º 0.57% 0.54% -
HSV(B) 252.54º 0.66% 0.8% -
XYZ 18.13 11.34 58.36 -
YUV 93.65 190.28 131.1 -
System Red Green Blue C M Y K H S L
Decimal 98 70 204 0.52 0.66 0 0.2 252.54 0.57 0.54
Hex 62 46 CC 34 42 0 14 FD 39 36
Octal 142 106 314 64 102 0 24 375 71 66
Binary 1100010 1000110 11001100 110100 1000010 0 10100 11111101 111001 110110

Color Harmonies of #6246CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6246CC

Black with #6246CC

Text Example


Text Example

White with #6246CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6246CC; }

 p { color: rgb(98,70,204); }

 H1.HeaderClassName
 {
   color: #6246CC;
 }
 .AnyTagClassName
 {
   color: #6246CC;
 }
</style>

background-color css

<style>
 a { background-color: #6246CC; }

 a { background-color: rgb(98,70,204); }

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

border-color css

<style>
 span { border-color: #6246CC; }

 span { border-color: rgb(98,70,204); }

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