Html Css Color HEX #6860DF Slate Blue

📋 copy color: '#6860DF'

red 104 ◦ green 96 ◦ blue 223

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

Shades of Slate Blue #6860DF

Tints of Slate Blue #6860DF

RGB

 RED value IS 104 (41.02% from 255) = 24.59%

 GREEN value IS 96 (37.89% from 255) = 22.7%

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 24.59%
G = 22.7%
B = 52.72%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6860DF (or 0x6860DF) is known color: Slate Blue. HEX triplet: 68, 60 and DF. RGB value is (104,96,223). Sum of RGB (Red+Green+Blue) = 104+96+223=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #6860DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860DF is #979F20. Grayscale: #707070. Windows color (decimal): -9936673 or 14639208. OLE color: 14639208.

HSL color Cylindrical-coordinate representation of color #6860DF: hue angle of 243.78º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6860DF is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 96 223 -
CMYK 0.53 0.57 0 0.13
HSL 243.78º 0.66% 0.63% -
HSV(B) 243.78º 0.57% 0.87% -
XYZ 23.21 16.64 71.8 -
YUV 112.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 104 96 223 0.53 0.57 0 0.13 243.78 0.66 0.63
Hex 68 60 DF 35 39 0 D F4 42 3F
Octal 150 140 337 65 71 0 15 364 102 77
Binary 1101000 1100000 11011111 110101 111001 0 1101 11110100 1000010 111111

Color Harmonies of #6860DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6860DF

Black with #6860DF

Text Example


Text Example

White with #6860DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6860DF; }

 p { color: rgb(104,96,223); }

 H1.HeaderClassName
 {
   color: #6860DF;
 }
 .AnyTagClassName
 {
   color: #6860DF;
 }
</style>

background-color css

<style>
 a { background-color: #6860DF; }

 a { background-color: rgb(104,96,223); }

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

border-color css

<style>
 span { border-color: #6860DF; }

 span { border-color: rgb(104,96,223); }

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