Html Css Color HEX #6242CC Slate Blue

📋 copy color: '#6242CC'

red 98 ◦ green 66 ◦ blue 204

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

Shades of Slate Blue #6242CC

Tints of Slate Blue #6242CC

RGB

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

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

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

R = 26.63%
G = 17.93%
B = 55.43%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6242CC (or 0x6242CC) is known color: Slate Blue. HEX triplet: 62, 42 and CC. RGB value is (98,66,204). Sum of RGB (Red+Green+Blue) = 98+66+204=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #6242CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6242CC is #9DBD33. Grayscale: #5A5A5A. Windows color (decimal): -10337588 or 13386338. OLE color: 13386338.

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

Color convert

RGB 98 66 204 -
CMYK 0.52 0.68 0 0.2
HSL 253.91º 0.58% 0.53% -
HSV(B) 253.91º 0.68% 0.8% -
XYZ 17.88 10.85 58.28 -
YUV 91.3 191.6 132.78 -
System Red Green Blue C M Y K H S L
Decimal 98 66 204 0.52 0.68 0 0.2 253.91 0.58 0.53
Hex 62 42 CC 34 44 0 14 FE 3A 35
Octal 142 102 314 64 104 0 24 376 72 65
Binary 1100010 1000010 11001100 110100 1000100 0 10100 11111110 111010 110101

Color Harmonies of #6242CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6242CC

Black with #6242CC

Text Example


Text Example

White with #6242CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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