Html Css Color HEX #6950CF Slate Blue

📋 copy color: '#6950CF'

red 105 ◦ green 80 ◦ blue 207

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

Shades of Slate Blue #6950CF

Tints of Slate Blue #6950CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

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

R = 26.79%
G = 20.41%
B = 52.81%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6950CF (or 0x6950CF) is known color: Slate Blue. HEX triplet: 69, 50 and CF. RGB value is (105,80,207). Sum of RGB (Red+Green+Blue) = 105+80+207=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #6950CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6950CF is #96AF30. Grayscale: #656565. Windows color (decimal): -9875249 or 13586537. OLE color: 13586537.

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

Color convert

RGB 105 80 207 -
CMYK 0.49 0.61 0 0.19
HSL 251.81º 0.57% 0.56% -
HSV(B) 251.81º 0.61% 0.81% -
XYZ 19.96 13.25 60.54 -
YUV 101.95 187.28 130.17 -
System Red Green Blue C M Y K H S L
Decimal 105 80 207 0.49 0.61 0 0.19 251.81 0.57 0.56
Hex 69 50 CF 31 3D 0 13 FC 39 38
Octal 151 120 317 61 75 0 23 374 71 70
Binary 1101001 1010000 11001111 110001 111101 0 10011 11111100 111001 111000

Color Harmonies of #6950CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6950CF

Black with #6950CF

Text Example


Text Example

White with #6950CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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