Html Css Color HEX #6B5FDF Slate Blue

📋 copy color: '#6B5FDF'

red 107 ◦ green 95 ◦ blue 223

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

Shades of Slate Blue #6B5FDF

Tints of Slate Blue #6B5FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.35%

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

R = 25.18%
G = 22.35%
B = 52.47%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B5FDF (or 0x6B5FDF) is known color: Slate Blue. HEX triplet: 6B, 5F and DF. RGB value is (107,95,223). Sum of RGB (Red+Green+Blue) = 107+95+223=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B5FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5FDF is #94A020. Grayscale: #707070. Windows color (decimal): -9740321 or 14638955. OLE color: 14638955.

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

Color convert

RGB 107 95 223 -
CMYK 0.52 0.57 0 0.13
HSL 245.63º 0.67% 0.62% -
HSV(B) 245.63º 0.57% 0.87% -
XYZ 23.47 16.64 71.79 -
YUV 113.18 189.98 123.59 -
System Red Green Blue C M Y K H S L
Decimal 107 95 223 0.52 0.57 0 0.13 245.63 0.67 0.62
Hex 6B 5F DF 34 39 0 D F6 43 3E
Octal 153 137 337 64 71 0 15 366 103 76
Binary 1101011 1011111 11011111 110100 111001 0 1101 11110110 1000011 111110

Color Harmonies of #6B5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5FDF

Black with #6B5FDF

Text Example


Text Example

White with #6B5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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