Html Css Color HEX #695FDE Slate Blue

📋 copy color: '#695FDE'

red 105 ◦ green 95 ◦ blue 222

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

Shades of Slate Blue #695FDE

Tints of Slate Blue #695FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 24.88%
G = 22.51%
B = 52.61%

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

#695FDE (or 0x695FDE) is known color: Slate Blue. HEX triplet: 69, 5F and DE. RGB value is (105,95,222). Sum of RGB (Red+Green+Blue) = 105+95+222=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #695FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FDE is #96A021. Grayscale: #6F6F6F. Windows color (decimal): -9871394 or 14573417. OLE color: 14573417.

HSL color Cylindrical-coordinate representation of color #695FDE: hue angle of 244.72º degrees, saturation: 0.66, 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 #695FDE is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 95 222 -
CMYK 0.53 0.57 0 0.13
HSL 244.72º 0.66% 0.62% -
HSV(B) 244.72º 0.57% 0.87% -
XYZ 23.1 16.46 71.07 -
YUV 112.47 189.81 122.67 -
System Red Green Blue C M Y K H S L
Decimal 105 95 222 0.53 0.57 0 0.13 244.72 0.66 0.62
Hex 69 5F DE 35 39 0 D F5 42 3E
Octal 151 137 336 65 71 0 15 365 102 76
Binary 1101001 1011111 11011110 110101 111001 0 1101 11110101 1000010 111110

Color Harmonies of #695FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695FDE

Black with #695FDE

Text Example


Text Example

White with #695FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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