Html Css Color HEX #6953CE Slate Blue

📋 copy color: '#6953CE'

red 105 ◦ green 83 ◦ blue 206

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

Shades of Slate Blue #6953CE

Tints of Slate Blue #6953CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.07%

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 26.65%
G = 21.07%
B = 52.28%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6953CE (or 0x6953CE) is known color: Slate Blue. HEX triplet: 69, 53 and CE. RGB value is (105,83,206). Sum of RGB (Red+Green+Blue) = 105+83+206=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #6953CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953CE is #96AC31. Grayscale: #676767. Windows color (decimal): -9874482 or 13521769. OLE color: 13521769.

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

Color convert

RGB 105 83 206 -
CMYK 0.49 0.60 0 0.19
HSL 250.73º 0.56% 0.57% -
HSV(B) 250.73º 0.6% 0.81% -
XYZ 20.06 13.65 59.97 -
YUV 103.6 185.79 129 -
System Red Green Blue C M Y K H S L
Decimal 105 83 206 0.49 0.60 0 0.19 250.73 0.56 0.57
Hex 69 53 CE 31 3C 0 13 FB 38 39
Octal 151 123 316 61 74 0 23 373 70 71
Binary 1101001 1010011 11001110 110001 111100 0 10011 11111011 111000 111001

Color Harmonies of #6953CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953CE

Black with #6953CE

Text Example


Text Example

White with #6953CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6953CE; }

 p { color: rgb(105,83,206); }

 H1.HeaderClassName
 {
   color: #6953CE;
 }
 .AnyTagClassName
 {
   color: #6953CE;
 }
</style>

background-color css

<style>
 a { background-color: #6953CE; }

 a { background-color: rgb(105,83,206); }

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

border-color css

<style>
 span { border-color: #6953CE; }

 span { border-color: rgb(105,83,206); }

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