Html Css Color HEX #6D70CF Slate Blue

📋 copy color: '#6D70CF'

red 109 ◦ green 112 ◦ blue 207

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

Shades of Slate Blue #6D70CF

Tints of Slate Blue #6D70CF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.17%

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

R = 25.47%
G = 26.17%
B = 48.36%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D70CF (or 0x6D70CF) is known color: Slate Blue. HEX triplet: 6D, 70 and CF. RGB value is (109,112,207). Sum of RGB (Red+Green+Blue) = 109+112+207=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D70CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D70CF is #928F30. Grayscale: #797979. Windows color (decimal): -9604913 or 13594733. OLE color: 13594733.

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

Color convert

RGB 109 112 207 -
CMYK 0.47 0.46 0 0.19
HSL 238.16º 0.51% 0.62% -
HSV(B) 238.16º 0.47% 0.81% -
XYZ 23.36 19.34 61.53 -
YUV 121.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 109 112 207 0.47 0.46 0 0.19 238.16 0.51 0.62
Hex 6D 70 CF 2F 2E 0 13 EE 33 3E
Octal 155 160 317 57 56 0 23 356 63 76
Binary 1101101 1110000 11001111 101111 101110 0 10011 11101110 110011 111110

Color Harmonies of #6D70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D70CF

Black with #6D70CF

Text Example


Text Example

White with #6D70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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