Html Css Color HEX #6A5FDF Slate Blue

📋 copy color: '#6A5FDF'

red 106 ◦ green 95 ◦ blue 223

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

Shades of Slate Blue #6A5FDF

Tints of Slate Blue #6A5FDF

RGB

 RED value IS 106 (41.8% from 255) = 25%

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

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

R = 25%
G = 22.41%
B = 52.59%

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

#6A5FDF (or 0x6A5FDF) is known color: Slate Blue. HEX triplet: 6A, 5F and DF. RGB value is (106,95,223). Sum of RGB (Red+Green+Blue) = 106+95+223=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A5FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5FDF is #95A020. Grayscale: #707070. Windows color (decimal): -9805857 or 14638954. OLE color: 14638954.

HSL color Cylindrical-coordinate representation of color #6A5FDF: hue angle of 245.16º 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 #6A5FDF is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 95 223 -
CMYK 0.52 0.57 0 0.13
HSL 245.16º 0.67% 0.62% -
HSV(B) 245.16º 0.57% 0.87% -
XYZ 23.36 16.58 71.78 -
YUV 112.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 106 95 223 0.52 0.57 0 0.13 245.16 0.67 0.62
Hex 6A 5F DF 34 39 0 D F5 43 3E
Octal 152 137 337 64 71 0 15 365 103 76
Binary 1101010 1011111 11011111 110100 111001 0 1101 11110101 1000011 111110

Color Harmonies of #6A5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5FDF

Black with #6A5FDF

Text Example


Text Example

White with #6A5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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