Html Css Color HEX #6D68CE Slate Blue

📋 copy color: '#6D68CE'

red 109 ◦ green 104 ◦ blue 206

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

Shades of Slate Blue #6D68CE

Tints of Slate Blue #6D68CE

RGB

 RED value IS 109 (42.97% from 255) = 26.01%

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 26.01%
G = 24.82%
B = 49.16%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D68CE (or 0x6D68CE) is known color: Slate Blue. HEX triplet: 6D, 68 and CE. RGB value is (109,104,206). Sum of RGB (Red+Green+Blue) = 109+104+206=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D68CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68CE is #929731. Grayscale: #747474. Windows color (decimal): -9606962 or 13527149. OLE color: 13527149.

HSL color Cylindrical-coordinate representation of color #6D68CE: hue angle of 242.94º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D68CE is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 104 206 -
CMYK 0.47 0.50 0 0.19
HSL 242.94º 0.51% 0.61% -
HSV(B) 242.94º 0.5% 0.81% -
XYZ 22.4 17.61 60.61 -
YUV 117.12 178.16 122.21 -
System Red Green Blue C M Y K H S L
Decimal 109 104 206 0.47 0.50 0 0.19 242.94 0.51 0.61
Hex 6D 68 CE 2F 32 0 13 F3 33 3D
Octal 155 150 316 57 62 0 23 363 63 75
Binary 1101101 1101000 11001110 101111 110010 0 10011 11110011 110011 111101

Color Harmonies of #6D68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D68CE

Black with #6D68CE

Text Example


Text Example

White with #6D68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,104,206); }

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

background-color css

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

 a { background-color: rgb(109,104,206); }

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

border-color css

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

 span { border-color: rgb(109,104,206); }

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