Html Css Color HEX #695FDF Slate Blue

📋 copy color: '#695FDF'

red 105 ◦ green 95 ◦ blue 223

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

Shades of Slate Blue #695FDF

Tints of Slate Blue #695FDF

RGB

 RED value IS 105 (41.41% from 255) = 24.82%

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

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

R = 24.82%
G = 22.46%
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

#695FDF (or 0x695FDF) is known color: Slate Blue. HEX triplet: 69, 5F and DF. RGB value is (105,95,223). Sum of RGB (Red+Green+Blue) = 105+95+223=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 95 (37.5% from 255 or 22.46% 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 #695FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FDF is #96A020. Grayscale: #707070. Windows color (decimal): -9871393 or 14638953. OLE color: 14638953.

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

Color convert

RGB 105 95 223 -
CMYK 0.53 0.57 0 0.13
HSL 244.69º 0.67% 0.62% -
HSV(B) 244.69º 0.57% 0.87% -
XYZ 23.24 16.52 71.78 -
YUV 112.58 190.31 122.59 -
System Red Green Blue C M Y K H S L
Decimal 105 95 223 0.53 0.57 0 0.13 244.69 0.67 0.62
Hex 69 5F DF 35 39 0 D F5 43 3E
Octal 151 137 337 65 71 0 15 365 103 76
Binary 1101001 1011111 11011111 110101 111001 0 1101 11110101 1000011 111110

Color Harmonies of #695FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695FDF

Black with #695FDF

Text Example


Text Example

White with #695FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695FDF; }

 p { color: rgb(105,95,223); }

 H1.HeaderClassName
 {
   color: #695FDF;
 }
 .AnyTagClassName
 {
   color: #695FDF;
 }
</style>

background-color css

<style>
 a { background-color: #695FDF; }

 a { background-color: rgb(105,95,223); }

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

border-color css

<style>
 span { border-color: #695FDF; }

 span { border-color: rgb(105,95,223); }

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