Html Css Color HEX #6B45EA Slate Blue

📋 copy color: '#6B45EA'

red 107 ◦ green 69 ◦ blue 234

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

Shades of Slate Blue #6B45EA

Tints of Slate Blue #6B45EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.07%

R = 26.1%
G = 16.83%
B = 57.07%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B45EA (or 0x6B45EA) is known color: Slate Blue. HEX triplet: 6B, 45 and EA. RGB value is (107,69,234). Sum of RGB (Red+Green+Blue) = 107+69+234=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B45EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B45EA is #94BA15. Grayscale: #626262. Windows color (decimal): -9746966 or 15353195. OLE color: 15353195.

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

Color convert

RGB 107 69 234 -
CMYK 0.54 0.71 0 0.08
HSL 253.82º 0.8% 0.59% -
HSV(B) 253.82º 0.71% 0.92% -
XYZ 23.04 13.32 79.2 -
YUV 99.17 204.09 133.58 -
System Red Green Blue C M Y K H S L
Decimal 107 69 234 0.54 0.71 0 0.08 253.82 0.8 0.59
Hex 6B 45 EA 36 47 0 8 FE 50 3B
Octal 153 105 352 66 107 0 10 376 120 73
Binary 1101011 1000101 11101010 110110 1000111 0 1000 11111110 1010000 111011

Color Harmonies of #6B45EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B45EA

Black with #6B45EA

Text Example


Text Example

White with #6B45EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,69,234); }

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

background-color css

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

 a { background-color: rgb(107,69,234); }

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

border-color css

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

 span { border-color: rgb(107,69,234); }

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