Html Css Color HEX #6A74ED Medium Slate Blue

📋 copy color: '#6A74ED'

red 106 ◦ green 116 ◦ blue 237

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

Shades of Medium Slate Blue #6A74ED

Tints of Medium Slate Blue #6A74ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 23.09%
G = 25.27%
B = 51.63%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A74ED (or 0x6A74ED) is known color: Medium Slate Blue. HEX triplet: 6A, 74 and ED. RGB value is (106,116,237). Sum of RGB (Red+Green+Blue) = 106+116+237=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A74ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A74ED is #958B12. Grayscale: #7E7E7E. Windows color (decimal): -9800467 or 15561834. OLE color: 15561834.

HSL color Cylindrical-coordinate representation of color #6A74ED: hue angle of 235.42º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A74ED is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 116 237 -
CMYK 0.55 0.51 0 0.07
HSL 235.42º 0.78% 0.67% -
HSV(B) 235.42º 0.55% 0.93% -
XYZ 27.48 21.67 82.86 -
YUV 126.8 190.19 113.16 -
System Red Green Blue C M Y K H S L
Decimal 106 116 237 0.55 0.51 0 0.07 235.42 0.78 0.67
Hex 6A 74 ED 37 33 0 7 EB 4E 43
Octal 152 164 355 67 63 0 7 353 116 103
Binary 1101010 1110100 11101101 110111 110011 0 111 11101011 1001110 1000011

Color Harmonies of #6A74ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A74ED

Black with #6A74ED

Text Example


Text Example

White with #6A74ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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