Html Css Color HEX #694BCD Slate Blue

📋 copy color: '#694BCD'

red 105 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #694BCD

Tints of Slate Blue #694BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.48%

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 27.27%
G = 19.48%
B = 53.25%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#694BCD (or 0x694BCD) is known color: Slate Blue. HEX triplet: 69, 4B and CD. RGB value is (105,75,205). Sum of RGB (Red+Green+Blue) = 105+75+205=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #694BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694BCD is #96B432. Grayscale: #626262. Windows color (decimal): -9876531 or 13454185. OLE color: 13454185.

HSL color Cylindrical-coordinate representation of color #694BCD: hue angle of 253.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #694BCD is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 75 205 -
CMYK 0.49 0.63 0 0.20
HSL 253.85º 0.57% 0.55% -
HSV(B) 253.85º 0.63% 0.8% -
XYZ 19.36 12.44 59.14 -
YUV 98.79 187.94 132.43 -
System Red Green Blue C M Y K H S L
Decimal 105 75 205 0.49 0.63 0 0.20 253.85 0.57 0.55
Hex 69 4B CD 31 3F 0 14 FE 39 37
Octal 151 113 315 61 77 0 24 376 71 67
Binary 1101001 1001011 11001101 110001 111111 0 10100 11111110 111001 110111

Color Harmonies of #694BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694BCD

Black with #694BCD

Text Example


Text Example

White with #694BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,75,205); }

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

background-color css

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

 a { background-color: rgb(105,75,205); }

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

border-color css

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

 span { border-color: rgb(105,75,205); }

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