Html Css Color HEX #6C70CF Slate Blue

📋 copy color: '#6C70CF'

red 108 ◦ green 112 ◦ blue 207

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

Shades of Slate Blue #6C70CF

Tints of Slate Blue #6C70CF

RGB

 RED value IS 108 (42.58% from 255) = 25.29%

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

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

R = 25.29%
G = 26.23%
B = 48.48%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C70CF (or 0x6C70CF) is known color: Slate Blue. HEX triplet: 6C, 70 and CF. RGB value is (108,112,207). Sum of RGB (Red+Green+Blue) = 108+112+207=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C70CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C70CF is #938F30. Grayscale: #797979. Windows color (decimal): -9670449 or 13594732. OLE color: 13594732.

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

Color convert

RGB 108 112 207 -
CMYK 0.48 0.46 0 0.19
HSL 237.58º 0.51% 0.62% -
HSV(B) 237.58º 0.48% 0.81% -
XYZ 23.24 19.28 61.53 -
YUV 121.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 108 112 207 0.48 0.46 0 0.19 237.58 0.51 0.62
Hex 6C 70 CF 30 2E 0 13 EE 33 3E
Octal 154 160 317 60 56 0 23 356 63 76
Binary 1101100 1110000 11001111 110000 101110 0 10011 11101110 110011 111110

Color Harmonies of #6C70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C70CF

Black with #6C70CF

Text Example


Text Example

White with #6C70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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