Html Css Color HEX #694AC6 Slate Blue

📋 copy color: '#694AC6'

red 105 ◦ green 74 ◦ blue 198

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

Shades of Slate Blue #694AC6

Tints of Slate Blue #694AC6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

 BLUE value IS 198 (77.73% from 255) = 52.52%

R = 27.85%
G = 19.63%
B = 52.52%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#694AC6 (or 0x694AC6) is known color: Slate Blue. HEX triplet: 69, 4A and C6. RGB value is (105,74,198). Sum of RGB (Red+Green+Blue) = 105+74+198=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #694AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694AC6 is #96B539. Grayscale: #606060. Windows color (decimal): -9876794 or 12995177. OLE color: 12995177.

HSL color Cylindrical-coordinate representation of color #694AC6: hue angle of 255º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #694AC6 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 74 198 -
CMYK 0.47 0.63 0 0.22
HSL 255º 0.52% 0.53% -
HSV(B) 255º 0.63% 0.78% -
XYZ 18.47 11.98 54.76 -
YUV 97.41 184.77 133.42 -
System Red Green Blue C M Y K H S L
Decimal 105 74 198 0.47 0.63 0 0.22 255 0.52 0.53
Hex 69 4A C6 2F 3F 0 16 FF 34 35
Octal 151 112 306 57 77 0 26 377 64 65
Binary 1101001 1001010 11000110 101111 111111 0 10110 11111111 110100 110101

Color Harmonies of #694AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694AC6

Black with #694AC6

Text Example


Text Example

White with #694AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,74,198); }

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

background-color css

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

 a { background-color: rgb(105,74,198); }

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

border-color css

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

 span { border-color: rgb(105,74,198); }

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