Html Css Color HEX #6F45EB Slate Blue

📋 copy color: '#6F45EB'

red 111 ◦ green 69 ◦ blue 235

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

Shades of Slate Blue #6F45EB

Tints of Slate Blue #6F45EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.63%

 BLUE value IS 235 (92.19% from 255) = 56.63%

R = 26.75%
G = 16.63%
B = 56.63%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F45EB (or 0x6F45EB) is known color: Slate Blue. HEX triplet: 6F, 45 and EB. RGB value is (111,69,235). Sum of RGB (Red+Green+Blue) = 111+69+235=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F45EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F45EB is #90BA14. Grayscale: #636363. Windows color (decimal): -9484821 or 15418735. OLE color: 15418735.

HSL color Cylindrical-coordinate representation of color #6F45EB: hue angle of 255.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F45EB is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 69 235 -
CMYK 0.53 0.71 0 0.08
HSL 255.18º 0.81% 0.6% -
HSV(B) 255.18º 0.71% 0.92% -
XYZ 23.68 13.63 79.98 -
YUV 100.48 203.91 135.5 -
System Red Green Blue C M Y K H S L
Decimal 111 69 235 0.53 0.71 0 0.08 255.18 0.81 0.6
Hex 6F 45 EB 35 47 0 8 FF 51 3C
Octal 157 105 353 65 107 0 10 377 121 74
Binary 1101111 1000101 11101011 110101 1000111 0 1000 11111111 1010001 111100

Color Harmonies of #6F45EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F45EB

Black with #6F45EB

Text Example


Text Example

White with #6F45EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,69,235); }

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

background-color css

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

 a { background-color: rgb(111,69,235); }

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

border-color css

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

 span { border-color: rgb(111,69,235); }

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