Html Css Color HEX #6D68CA Slate Blue

📋 copy color: '#6D68CA'

red 109 ◦ green 104 ◦ blue 202

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

Shades of Slate Blue #6D68CA

Tints of Slate Blue #6D68CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 26.27%
G = 25.06%
B = 48.67%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D68CA (or 0x6D68CA) is known color: Slate Blue. HEX triplet: 6D, 68 and CA. RGB value is (109,104,202). Sum of RGB (Red+Green+Blue) = 109+104+202=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D68CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68CA is #929735. Grayscale: #747474. Windows color (decimal): -9606966 or 13265005. OLE color: 13265005.

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

Color convert

RGB 109 104 202 -
CMYK 0.46 0.49 0 0.21
HSL 243.06º 0.48% 0.6% -
HSV(B) 243.06º 0.49% 0.79% -
XYZ 21.92 17.42 58.08 -
YUV 116.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 109 104 202 0.46 0.49 0 0.21 243.06 0.48 0.6
Hex 6D 68 CA 2E 31 0 15 F3 30 3C
Octal 155 150 312 56 61 0 25 363 60 74
Binary 1101101 1101000 11001010 101110 110001 0 10101 11110011 110000 111100

Color Harmonies of #6D68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D68CA

Black with #6D68CA

Text Example


Text Example

White with #6D68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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