Html Css Color HEX #695CDA Slate Blue

📋 copy color: '#695CDA'

red 105 ◦ green 92 ◦ blue 218

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

Shades of Slate Blue #695CDA

Tints of Slate Blue #695CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.17%

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

R = 25.3%
G = 22.17%
B = 52.53%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#695CDA (or 0x695CDA) is known color: Slate Blue. HEX triplet: 69, 5C and DA. RGB value is (105,92,218). Sum of RGB (Red+Green+Blue) = 105+92+218=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #695CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CDA is #96A325. Grayscale: #6D6D6D. Windows color (decimal): -9872166 or 14310505. OLE color: 14310505.

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

Color convert

RGB 105 92 218 -
CMYK 0.52 0.58 0 0.15
HSL 246.19º 0.63% 0.61% -
HSV(B) 246.19º 0.58% 0.85% -
XYZ 22.31 15.72 68.19 -
YUV 110.25 188.81 124.25 -
System Red Green Blue C M Y K H S L
Decimal 105 92 218 0.52 0.58 0 0.15 246.19 0.63 0.61
Hex 69 5C DA 34 3A 0 F F6 3F 3D
Octal 151 134 332 64 72 0 17 366 77 75
Binary 1101001 1011100 11011010 110100 111010 0 1111 11110110 111111 111101

Color Harmonies of #695CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695CDA

Black with #695CDA

Text Example


Text Example

White with #695CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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