Html Css Color HEX #694BCC Slate Blue

📋 copy color: '#694BCC'

red 105 ◦ green 75 ◦ blue 204

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

Shades of Slate Blue #694BCC

Tints of Slate Blue #694BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 27.34%
G = 19.53%
B = 53.13%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#694BCC (or 0x694BCC) is known color: Slate Blue. HEX triplet: 69, 4B and CC. RGB value is (105,75,204). Sum of RGB (Red+Green+Blue) = 105+75+204=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #694BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694BCC is #96B433. Grayscale: #626262. Windows color (decimal): -9876532 or 13388649. OLE color: 13388649.

HSL color Cylindrical-coordinate representation of color #694BCC: hue angle of 253.95º degrees, saturation: 0.56, 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 #694BCC is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 75 204 -
CMYK 0.49 0.63 0 0.2
HSL 253.95º 0.56% 0.55% -
HSV(B) 253.95º 0.63% 0.8% -
XYZ 19.24 12.4 58.51 -
YUV 98.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 105 75 204 0.49 0.63 0 0.2 253.95 0.56 0.55
Hex 69 4B CC 31 3F 0 14 FE 38 37
Octal 151 113 314 61 77 0 24 376 70 67
Binary 1101001 1001011 11001100 110001 111111 0 10100 11111110 111000 110111

Color Harmonies of #694BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694BCC

Black with #694BCC

Text Example


Text Example

White with #694BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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