Html Css Color HEX #6957CF Slate Blue

📋 copy color: '#6957CF'

red 105 ◦ green 87 ◦ blue 207

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

Shades of Slate Blue #6957CF

Tints of Slate Blue #6957CF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.8%

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 26.32%
G = 21.8%
B = 51.88%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6957CF (or 0x6957CF) is known color: Slate Blue. HEX triplet: 69, 57 and CF. RGB value is (105,87,207). Sum of RGB (Red+Green+Blue) = 105+87+207=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #6957CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6957CF is #96A830. Grayscale: #696969. Windows color (decimal): -9873457 or 13588329. OLE color: 13588329.

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

Color convert

RGB 105 87 207 -
CMYK 0.49 0.58 0 0.19
HSL 249º 0.56% 0.58% -
HSV(B) 249º 0.58% 0.81% -
XYZ 20.5 14.32 60.72 -
YUV 106.06 184.96 127.24 -
System Red Green Blue C M Y K H S L
Decimal 105 87 207 0.49 0.58 0 0.19 249 0.56 0.58
Hex 69 57 CF 31 3A 0 13 F9 38 3A
Octal 151 127 317 61 72 0 23 371 70 72
Binary 1101001 1010111 11001111 110001 111010 0 10011 11111001 111000 111010

Color Harmonies of #6957CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6957CF

Black with #6957CF

Text Example


Text Example

White with #6957CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6957CF; }

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

 H1.HeaderClassName
 {
   color: #6957CF;
 }
 .AnyTagClassName
 {
   color: #6957CF;
 }
</style>

background-color css

<style>
 a { background-color: #6957CF; }

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

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

border-color css

<style>
 span { border-color: #6957CF; }

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

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