Html Css Color HEX #694CD9 Slate Blue

📋 copy color: '#694CD9'

red 105 ◦ green 76 ◦ blue 217

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

Shades of Slate Blue #694CD9

Tints of Slate Blue #694CD9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

 BLUE value IS 217 (85.16% from 255) = 54.52%

R = 26.38%
G = 19.1%
B = 54.52%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#694CD9 (or 0x694CD9) is known color: Slate Blue. HEX triplet: 69, 4C and D9. RGB value is (105,76,217). Sum of RGB (Red+Green+Blue) = 105+76+217=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 217 (85.16% from 255 or 54.52% from 398); Max value from RGB is 217 - color contains mainly: blue. Hex color #694CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CD9 is #96B326. Grayscale: #646464. Windows color (decimal): -9876263 or 14240873. OLE color: 14240873.

HSL color Cylindrical-coordinate representation of color #694CD9: hue angle of 252.34º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #694CD9 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 76 217 -
CMYK 0.52 0.65 0 0.15
HSL 252.34º 0.65% 0.57% -
HSV(B) 252.34º 0.65% 0.85% -
XYZ 20.93 13.18 67.09 -
YUV 100.75 193.61 131.04 -
System Red Green Blue C M Y K H S L
Decimal 105 76 217 0.52 0.65 0 0.15 252.34 0.65 0.57
Hex 69 4C D9 34 41 0 F FC 41 39
Octal 151 114 331 64 101 0 17 374 101 71
Binary 1101001 1001100 11011001 110100 1000001 0 1111 11111100 1000001 111001

Color Harmonies of #694CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694CD9

Black with #694CD9

Text Example


Text Example

White with #694CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694CD9; }

 p { color: rgb(105,76,217); }

 H1.HeaderClassName
 {
   color: #694CD9;
 }
 .AnyTagClassName
 {
   color: #694CD9;
 }
</style>

background-color css

<style>
 a { background-color: #694CD9; }

 a { background-color: rgb(105,76,217); }

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

border-color css

<style>
 span { border-color: #694CD9; }

 span { border-color: rgb(105,76,217); }

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