Html Css Color HEX #6D68CF Slate Blue

📋 copy color: '#6D68CF'

red 109 ◦ green 104 ◦ blue 207

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

Shades of Slate Blue #6D68CF

Tints of Slate Blue #6D68CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 25.95%
G = 24.76%
B = 49.29%

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

#6D68CF (or 0x6D68CF) is known color: Slate Blue. HEX triplet: 6D, 68 and CF. RGB value is (109,104,207). Sum of RGB (Red+Green+Blue) = 109+104+207=420 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.95% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D68CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68CF is #929730. Grayscale: #747474. Windows color (decimal): -9606961 or 13592685. OLE color: 13592685.

HSL color Cylindrical-coordinate representation of color #6D68CF: hue angle of 242.91º degrees, saturation: 0.52, 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 #6D68CF is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 104 207 -
CMYK 0.47 0.50 0 0.19
HSL 242.91º 0.52% 0.61% -
HSV(B) 242.91º 0.5% 0.81% -
XYZ 22.52 17.66 61.25 -
YUV 117.24 178.66 122.12 -
System Red Green Blue C M Y K H S L
Decimal 109 104 207 0.47 0.50 0 0.19 242.91 0.52 0.61
Hex 6D 68 CF 2F 32 0 13 F3 34 3D
Octal 155 150 317 57 62 0 23 363 64 75
Binary 1101101 1101000 11001111 101111 110010 0 10011 11110011 110100 111101

Color Harmonies of #6D68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D68CF

Black with #6D68CF

Text Example


Text Example

White with #6D68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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