Html Css Color HEX #6A74DE Medium Slate Blue

📋 copy color: '#6A74DE'

red 106 ◦ green 116 ◦ blue 222

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

Shades of Medium Slate Blue #6A74DE

Tints of Medium Slate Blue #6A74DE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.13%

 BLUE value IS 222 (87.11% from 255) = 50%

R = 23.87%
G = 26.13%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A74DE (or 0x6A74DE) is known color: Medium Slate Blue. HEX triplet: 6A, 74 and DE. RGB value is (106,116,222). Sum of RGB (Red+Green+Blue) = 106+116+222=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A74DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A74DE is #958B21. Grayscale: #7C7C7C. Windows color (decimal): -9800482 or 14578794. OLE color: 14578794.

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

Color convert

RGB 106 116 222 -
CMYK 0.52 0.48 0 0.13
HSL 234.83º 0.64% 0.64% -
HSV(B) 234.83º 0.52% 0.87% -
XYZ 25.37 20.83 71.79 -
YUV 125.09 182.69 114.38 -
System Red Green Blue C M Y K H S L
Decimal 106 116 222 0.52 0.48 0 0.13 234.83 0.64 0.64
Hex 6A 74 DE 34 30 0 D EB 40 40
Octal 152 164 336 64 60 0 15 353 100 100
Binary 1101010 1110100 11011110 110100 110000 0 1101 11101011 1000000 1000000

Color Harmonies of #6A74DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A74DE

Black with #6A74DE

Text Example


Text Example

White with #6A74DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,116,222); }

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

background-color css

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

 a { background-color: rgb(106,116,222); }

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

border-color css

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

 span { border-color: rgb(106,116,222); }

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