Html Css Color HEX #6E68CC Slate Blue

📋 copy color: '#6E68CC'

red 110 ◦ green 104 ◦ blue 204

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

Shades of Slate Blue #6E68CC

Tints of Slate Blue #6E68CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.88%

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

R = 26.32%
G = 24.88%
B = 48.8%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E68CC (or 0x6E68CC) is known color: Slate Blue. HEX triplet: 6E, 68 and CC. RGB value is (110,104,204). Sum of RGB (Red+Green+Blue) = 110+104+204=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E68CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E68CC is #919733. Grayscale: #747474. Windows color (decimal): -9541428 or 13396078. OLE color: 13396078.

HSL color Cylindrical-coordinate representation of color #6E68CC: hue angle of 243.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E68CC is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 104 204 -
CMYK 0.46 0.49 0 0.2
HSL 243.6º 0.5% 0.6% -
HSV(B) 243.6º 0.49% 0.8% -
XYZ 22.28 17.58 59.34 -
YUV 117.19 176.99 122.87 -
System Red Green Blue C M Y K H S L
Decimal 110 104 204 0.46 0.49 0 0.2 243.6 0.5 0.6
Hex 6E 68 CC 2E 31 0 14 F4 32 3C
Octal 156 150 314 56 61 0 24 364 62 74
Binary 1101110 1101000 11001100 101110 110001 0 10100 11110100 110010 111100

Color Harmonies of #6E68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E68CC

Black with #6E68CC

Text Example


Text Example

White with #6E68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,104,204); }

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

background-color css

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

 a { background-color: rgb(110,104,204); }

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

border-color css

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

 span { border-color: rgb(110,104,204); }

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