Html Css Color HEX #685FDA Slate Blue

📋 copy color: '#685FDA'

red 104 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #685FDA

Tints of Slate Blue #685FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.78%

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 24.94%
G = 22.78%
B = 52.28%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#685FDA (or 0x685FDA) is known color: Slate Blue. HEX triplet: 68, 5F and DA. RGB value is (104,95,218). Sum of RGB (Red+Green+Blue) = 104+95+218=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #685FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FDA is #97A025. Grayscale: #6F6F6F. Windows color (decimal): -9936934 or 14311272. OLE color: 14311272.

HSL color Cylindrical-coordinate representation of color #685FDA: hue angle of 244.39º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #685FDA is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 95 218 -
CMYK 0.52 0.56 0 0.15
HSL 244.39º 0.62% 0.61% -
HSV(B) 244.39º 0.56% 0.85% -
XYZ 22.46 16.19 68.27 -
YUV 111.71 187.98 122.5 -
System Red Green Blue C M Y K H S L
Decimal 104 95 218 0.52 0.56 0 0.15 244.39 0.62 0.61
Hex 68 5F DA 34 38 0 F F4 3E 3D
Octal 150 137 332 64 70 0 17 364 76 75
Binary 1101000 1011111 11011010 110100 111000 0 1111 11110100 111110 111101

Color Harmonies of #685FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685FDA

Black with #685FDA

Text Example


Text Example

White with #685FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685FDA; }

 p { color: rgb(104,95,218); }

 H1.HeaderClassName
 {
   color: #685FDA;
 }
 .AnyTagClassName
 {
   color: #685FDA;
 }
</style>

background-color css

<style>
 a { background-color: #685FDA; }

 a { background-color: rgb(104,95,218); }

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

border-color css

<style>
 span { border-color: #685FDA; }

 span { border-color: rgb(104,95,218); }

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