#6954cf

Color #6954CF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6954CF

Tints of Slate Blue #6954CF

Color information

#6954CF (or 0x6954CF) is unknown color: approx Slate Blue. HEX triplet: 69, 54 and CF. RGB value is (105,84,207). Sum of RGB (Red+Green+Blue) = 105+84+207=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #6954CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6954CF is #96AB30. Grayscale: #676767. Windows color (decimal): -9874225 or 13587561. OLE color: 13587561.

HSL color Cylindrical-coordinate representation of color #6954CF: hue angle of 250.24º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6954CF is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10584207-
CMYK0.490.5900.19
HSL250.24º56.16%57.06%-
HSV(B)250.24º59.42%81.18%-
XYZ20.2613.8560.64-
YUV104.3185.96128.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 207 (81.25% from 255) = 52.27%
R=26.52%
G=21.21%
B=52.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal105842070.490.5900.19250.2456.1657.06
Hex6954CF313B013fa3839
Octal15112431761730233727071
Binary110100110101001100111111000111101101001111111010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6954cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6954cf; }

 p { color: rgb(105,84,207); }

 H1.HeaderClassName
 {
   color: #6954cf;
 }
 .AnyTagClassName
 {
   color: #6954cf;
 }
</style>
background-color css

<style>
 a { background-color: #6954cf; }

 a { background-color: rgb(105,84,207); }

 div.DivClassName
 {
   background-color: #6954cf;
 }
 .BgClassName
 {
   background-color: #6954cf;
 }
</style>
border-color css

<style>
 span { border-color: #6954cf; }

 span { border-color: rgb(105,84,207); }

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