Html Css Color HEX #695FDA Slate Blue

📋 copy color: '#695FDA'

red 105 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #695FDA

Tints of Slate Blue #695FDA

RGB

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

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

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

R = 25.12%
G = 22.73%
B = 52.15%

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

#695FDA (or 0x695FDA) is known color: Slate Blue. HEX triplet: 69, 5F and DA. RGB value is (105,95,218). Sum of RGB (Red+Green+Blue) = 105+95+218=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #695FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FDA is #96A025. Grayscale: #6F6F6F. Windows color (decimal): -9871398 or 14311273. OLE color: 14311273.

HSL color Cylindrical-coordinate representation of color #695FDA: hue angle of 244.88º 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 #695FDA is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 95 218 -
CMYK 0.52 0.56 0 0.15
HSL 244.88º 0.62% 0.61% -
HSV(B) 244.88º 0.56% 0.85% -
XYZ 22.57 16.25 68.28 -
YUV 112.01 187.81 123 -
System Red Green Blue C M Y K H S L
Decimal 105 95 218 0.52 0.56 0 0.15 244.88 0.62 0.61
Hex 69 5F DA 34 38 0 F F5 3E 3D
Octal 151 137 332 64 70 0 17 365 76 75
Binary 1101001 1011111 11011010 110100 111000 0 1111 11110101 111110 111101

Color Harmonies of #695FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695FDA

Black with #695FDA

Text Example


Text Example

White with #695FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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