Html Css Color HEX #6E62CD Slate Blue

📋 copy color: '#6E62CD'

red 110 ◦ green 98 ◦ blue 205

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

Shades of Slate Blue #6E62CD

Tints of Slate Blue #6E62CD

RGB

 RED value IS 110 (43.36% from 255) = 26.63%

 GREEN value IS 98 (38.67% from 255) = 23.73%

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

R = 26.63%
G = 23.73%
B = 49.64%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E62CD (or 0x6E62CD) is known color: Slate Blue. HEX triplet: 6E, 62 and CD. RGB value is (110,98,205). Sum of RGB (Red+Green+Blue) = 110+98+205=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E62CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E62CD is #919D32. Grayscale: #717171. Windows color (decimal): -9542963 or 13460078. OLE color: 13460078.

HSL color Cylindrical-coordinate representation of color #6E62CD: hue angle of 246.73º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E62CD is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 98 205 -
CMYK 0.46 0.52 0 0.20
HSL 246.73º 0.52% 0.59% -
HSV(B) 246.73º 0.52% 0.8% -
XYZ 21.82 16.46 59.78 -
YUV 113.79 179.48 125.3 -
System Red Green Blue C M Y K H S L
Decimal 110 98 205 0.46 0.52 0 0.20 246.73 0.52 0.59
Hex 6E 62 CD 2E 34 0 14 F7 34 3B
Octal 156 142 315 56 64 0 24 367 64 73
Binary 1101110 1100010 11001101 101110 110100 0 10100 11110111 110100 111011

Color Harmonies of #6E62CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E62CD

Black with #6E62CD

Text Example


Text Example

White with #6E62CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E62CD; }

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

 H1.HeaderClassName
 {
   color: #6E62CD;
 }
 .AnyTagClassName
 {
   color: #6E62CD;
 }
</style>

background-color css

<style>
 a { background-color: #6E62CD; }

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

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

border-color css

<style>
 span { border-color: #6E62CD; }

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

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