Html Css Color HEX #6865CE Slate Blue

📋 copy color: '#6865CE'

red 104 ◦ green 101 ◦ blue 206

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

Shades of Slate Blue #6865CE

Tints of Slate Blue #6865CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.57%

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 25.3%
G = 24.57%
B = 50.12%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6865CE (or 0x6865CE) is known color: Slate Blue. HEX triplet: 68, 65 and CE. RGB value is (104,101,206). Sum of RGB (Red+Green+Blue) = 104+101+206=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #6865CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6865CE is #979A31. Grayscale: #717171. Windows color (decimal): -9935410 or 13526376. OLE color: 13526376.

HSL color Cylindrical-coordinate representation of color #6865CE: hue angle of 241.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6865CE is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 101 206 -
CMYK 0.50 0.51 0 0.19
HSL 241.71º 0.52% 0.6% -
HSV(B) 241.71º 0.51% 0.81% -
XYZ 21.5 16.71 60.48 -
YUV 113.87 179.99 120.96 -
System Red Green Blue C M Y K H S L
Decimal 104 101 206 0.50 0.51 0 0.19 241.71 0.52 0.6
Hex 68 65 CE 32 33 0 13 F2 34 3C
Octal 150 145 316 62 63 0 23 362 64 74
Binary 1101000 1100101 11001110 110010 110011 0 10011 11110010 110100 111100

Color Harmonies of #6865CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6865CE

Black with #6865CE

Text Example


Text Example

White with #6865CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6865CE; }

 p { color: rgb(104,101,206); }

 H1.HeaderClassName
 {
   color: #6865CE;
 }
 .AnyTagClassName
 {
   color: #6865CE;
 }
</style>

background-color css

<style>
 a { background-color: #6865CE; }

 a { background-color: rgb(104,101,206); }

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

border-color css

<style>
 span { border-color: #6865CE; }

 span { border-color: rgb(104,101,206); }

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