Html Css Color HEX #694CEB Slate Blue

📋 copy color: '#694CEB'

red 105 ◦ green 76 ◦ blue 235

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

Shades of Slate Blue #694CEB

Tints of Slate Blue #694CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 25.24%
G = 18.27%
B = 56.49%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#694CEB (or 0x694CEB) is known color: Slate Blue. HEX triplet: 69, 4C and EB. RGB value is (105,76,235). Sum of RGB (Red+Green+Blue) = 105+76+235=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #694CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694CEB is #96B314. Grayscale: #666666. Windows color (decimal): -9876245 or 15420521. OLE color: 15420521.

HSL color Cylindrical-coordinate representation of color #694CEB: hue angle of 250.94º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694CEB is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 76 235 -
CMYK 0.55 0.68 0 0.08
HSL 250.94º 0.8% 0.61% -
HSV(B) 250.94º 0.68% 0.92% -
XYZ 23.41 14.17 80.1 -
YUV 102.8 202.61 129.57 -
System Red Green Blue C M Y K H S L
Decimal 105 76 235 0.55 0.68 0 0.08 250.94 0.8 0.61
Hex 69 4C EB 37 44 0 8 FB 50 3D
Octal 151 114 353 67 104 0 10 373 120 75
Binary 1101001 1001100 11101011 110111 1000100 0 1000 11111011 1010000 111101

Color Harmonies of #694CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694CEB

Black with #694CEB

Text Example


Text Example

White with #694CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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