Html Css Color HEX #6953CC Slate Blue

📋 copy color: '#6953CC'

red 105 ◦ green 83 ◦ blue 204

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

Shades of Slate Blue #6953CC

Tints of Slate Blue #6953CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 26.79%
G = 21.17%
B = 52.04%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6953CC (or 0x6953CC) is known color: Slate Blue. HEX triplet: 69, 53 and CC. RGB value is (105,83,204). Sum of RGB (Red+Green+Blue) = 105+83+204=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #6953CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953CC is #96AC33. Grayscale: #666666. Windows color (decimal): -9874484 or 13390697. OLE color: 13390697.

HSL color Cylindrical-coordinate representation of color #6953CC: hue angle of 250.91º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6953CC is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 83 204 -
CMYK 0.49 0.59 0 0.2
HSL 250.91º 0.54% 0.56% -
HSV(B) 250.91º 0.59% 0.8% -
XYZ 19.82 13.55 58.7 -
YUV 103.37 184.79 129.16 -
System Red Green Blue C M Y K H S L
Decimal 105 83 204 0.49 0.59 0 0.2 250.91 0.54 0.56
Hex 69 53 CC 31 3B 0 14 FB 36 38
Octal 151 123 314 61 73 0 24 373 66 70
Binary 1101001 1010011 11001100 110001 111011 0 10100 11111011 110110 111000

Color Harmonies of #6953CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953CC

Black with #6953CC

Text Example


Text Example

White with #6953CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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