Html Css Color HEX #6B55DF Slate Blue

📋 copy color: '#6B55DF'

red 107 ◦ green 85 ◦ blue 223

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

Shades of Slate Blue #6B55DF

Tints of Slate Blue #6B55DF

RGB

 RED value IS 107 (42.19% from 255) = 25.78%

 GREEN value IS 85 (33.59% from 255) = 20.48%

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 25.78%
G = 20.48%
B = 53.73%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B55DF (or 0x6B55DF) is known color: Slate Blue. HEX triplet: 6B, 55 and DF. RGB value is (107,85,223). Sum of RGB (Red+Green+Blue) = 107+85+223=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B55DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B55DF is #94AA20. Grayscale: #6A6A6A. Windows color (decimal): -9742881 or 14636395. OLE color: 14636395.

HSL color Cylindrical-coordinate representation of color #6B55DF: hue angle of 249.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B55DF is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 85 223 -
CMYK 0.52 0.62 0 0.13
HSL 249.57º 0.68% 0.6% -
HSV(B) 249.57º 0.62% 0.87% -
XYZ 22.63 14.95 71.5 -
YUV 107.31 193.29 127.78 -
System Red Green Blue C M Y K H S L
Decimal 107 85 223 0.52 0.62 0 0.13 249.57 0.68 0.6
Hex 6B 55 DF 34 3E 0 D FA 44 3C
Octal 153 125 337 64 76 0 15 372 104 74
Binary 1101011 1010101 11011111 110100 111110 0 1101 11111010 1000100 111100

Color Harmonies of #6B55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B55DF

Black with #6B55DF

Text Example


Text Example

White with #6B55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B55DF; }

 p { color: rgb(107,85,223); }

 H1.HeaderClassName
 {
   color: #6B55DF;
 }
 .AnyTagClassName
 {
   color: #6B55DF;
 }
</style>

background-color css

<style>
 a { background-color: #6B55DF; }

 a { background-color: rgb(107,85,223); }

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

border-color css

<style>
 span { border-color: #6B55DF; }

 span { border-color: rgb(107,85,223); }

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