Html Css Color HEX #6242CD Slate Blue

📋 copy color: '#6242CD'

red 98 ◦ green 66 ◦ blue 205

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

Shades of Slate Blue #6242CD

Tints of Slate Blue #6242CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.56%

R = 26.56%
G = 17.89%
B = 55.56%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6242CD (or 0x6242CD) is known color: Slate Blue. HEX triplet: 62, 42 and CD. RGB value is (98,66,205). Sum of RGB (Red+Green+Blue) = 98+66+205=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #6242CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6242CD is #9DBD32. Grayscale: #5A5A5A. Windows color (decimal): -10337587 or 13451874. OLE color: 13451874.

HSL color Cylindrical-coordinate representation of color #6242CD: hue angle of 253.81º degrees, saturation: 0.58, 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 #6242CD is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 66 205 -
CMYK 0.52 0.68 0 0.20
HSL 253.81º 0.58% 0.53% -
HSV(B) 253.81º 0.68% 0.8% -
XYZ 18 10.9 58.91 -
YUV 91.41 192.1 132.7 -
System Red Green Blue C M Y K H S L
Decimal 98 66 205 0.52 0.68 0 0.20 253.81 0.58 0.53
Hex 62 42 CD 34 44 0 14 FE 3A 35
Octal 142 102 315 64 104 0 24 376 72 65
Binary 1100010 1000010 11001101 110100 1000100 0 10100 11111110 111010 110101

Color Harmonies of #6242CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6242CD

Black with #6242CD

Text Example


Text Example

White with #6242CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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