Html Css Color HEX #6953CB Slate Blue

📋 copy color: '#6953CB'

red 105 ◦ green 83 ◦ blue 203

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

Shades of Slate Blue #6953CB

Tints of Slate Blue #6953CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 26.85%
G = 21.23%
B = 51.92%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6953CB (or 0x6953CB) is known color: Slate Blue. HEX triplet: 69, 53 and CB. RGB value is (105,83,203). Sum of RGB (Red+Green+Blue) = 105+83+203=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #6953CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953CB is #96AC34. Grayscale: #666666. Windows color (decimal): -9874485 or 13325161. OLE color: 13325161.

HSL color Cylindrical-coordinate representation of color #6953CB: hue angle of 251º 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 #6953CB is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 83 203 -
CMYK 0.48 0.59 0 0.20
HSL 251º 0.54% 0.56% -
HSV(B) 251º 0.59% 0.8% -
XYZ 19.7 13.5 58.07 -
YUV 103.26 184.29 129.24 -
System Red Green Blue C M Y K H S L
Decimal 105 83 203 0.48 0.59 0 0.20 251 0.54 0.56
Hex 69 53 CB 30 3B 0 14 FB 36 38
Octal 151 123 313 60 73 0 24 373 66 70
Binary 1101001 1010011 11001011 110000 111011 0 10100 11111011 110110 111000

Color Harmonies of #6953CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953CB

Black with #6953CB

Text Example


Text Example

White with #6953CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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