Html Css Color HEX #6F53E4 Slate Blue

📋 copy color: '#6F53E4'

red 111 ◦ green 83 ◦ blue 228

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

Shades of Slate Blue #6F53E4

Tints of Slate Blue #6F53E4

RGB

 RED value IS 111 (43.75% from 255) = 26.3%

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

 BLUE value IS 228 (89.45% from 255) = 54.03%

R = 26.3%
G = 19.67%
B = 54.03%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6F53E4 (or 0x6F53E4) is known color: Slate Blue. HEX triplet: 6F, 53 and E4. RGB value is (111,83,228). Sum of RGB (Red+Green+Blue) = 111+83+228=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 228 (89.45% from 255 or 54.03% from 422); Max value from RGB is 228 - color contains mainly: blue. Hex color #6F53E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F53E4 is #90AC1B. Grayscale: #6B6B6B. Windows color (decimal): -9481244 or 14963567. OLE color: 14963567.

HSL color Cylindrical-coordinate representation of color #6F53E4: hue angle of 251.59º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F53E4 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 111 83 228 -
CMYK 0.51 0.64 0 0.11
HSL 251.59º 0.73% 0.61% -
HSV(B) 251.59º 0.64% 0.89% -
XYZ 23.65 15.17 75.08 -
YUV 107.9 195.78 130.21 -
System Red Green Blue C M Y K H S L
Decimal 111 83 228 0.51 0.64 0 0.11 251.59 0.73 0.61
Hex 6F 53 E4 33 40 0 B FC 49 3D
Octal 157 123 344 63 100 0 13 374 111 75
Binary 1101111 1010011 11100100 110011 1000000 0 1011 11111100 1001001 111101

Color Harmonies of #6F53E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F53E4

Black with #6F53E4

Text Example


Text Example

White with #6F53E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,83,228); }

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

background-color css

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

 a { background-color: rgb(111,83,228); }

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

border-color css

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

 span { border-color: rgb(111,83,228); }

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