Html Css Color HEX #6957DC Slate Blue

📋 copy color: '#6957DC'

red 105 ◦ green 87 ◦ blue 220

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

Shades of Slate Blue #6957DC

Tints of Slate Blue #6957DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 25.49%
G = 21.12%
B = 53.4%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6957DC (or 0x6957DC) is known color: Slate Blue. HEX triplet: 69, 57 and DC. RGB value is (105,87,220). Sum of RGB (Red+Green+Blue) = 105+87+220=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #6957DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6957DC is #96A823. Grayscale: #6B6B6B. Windows color (decimal): -9873444 or 14440297. OLE color: 14440297.

HSL color Cylindrical-coordinate representation of color #6957DC: hue angle of 248.12º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6957DC is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 87 220 -
CMYK 0.52 0.60 0 0.14
HSL 248.12º 0.66% 0.6% -
HSV(B) 248.12º 0.6% 0.86% -
XYZ 22.15 14.99 69.44 -
YUV 107.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 105 87 220 0.52 0.60 0 0.14 248.12 0.66 0.6
Hex 69 57 DC 34 3C 0 E F8 42 3C
Octal 151 127 334 64 74 0 16 370 102 74
Binary 1101001 1010111 11011100 110100 111100 0 1110 11111000 1000010 111100

Color Harmonies of #6957DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6957DC

Black with #6957DC

Text Example


Text Example

White with #6957DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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