Html Css Color HEX #6A75DC Medium Slate Blue

📋 copy color: '#6A75DC'

red 106 ◦ green 117 ◦ blue 220

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

Shades of Medium Slate Blue #6A75DC

Tints of Medium Slate Blue #6A75DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 23.93%
G = 26.41%
B = 49.66%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A75DC (or 0x6A75DC) is known color: Medium Slate Blue. HEX triplet: 6A, 75 and DC. RGB value is (106,117,220). Sum of RGB (Red+Green+Blue) = 106+117+220=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A75DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A75DC is #958A23. Grayscale: #7D7D7D. Windows color (decimal): -9800228 or 14447978. OLE color: 14447978.

HSL color Cylindrical-coordinate representation of color #6A75DC: hue angle of 234.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A75DC is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 117 220 -
CMYK 0.52 0.47 0 0.14
HSL 234.21º 0.62% 0.64% -
HSV(B) 234.21º 0.52% 0.86% -
XYZ 25.22 20.95 70.43 -
YUV 125.45 181.36 114.12 -
System Red Green Blue C M Y K H S L
Decimal 106 117 220 0.52 0.47 0 0.14 234.21 0.62 0.64
Hex 6A 75 DC 34 2F 0 E EA 3E 40
Octal 152 165 334 64 57 0 16 352 76 100
Binary 1101010 1110101 11011100 110100 101111 0 1110 11101010 111110 1000000

Color Harmonies of #6A75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A75DC

Black with #6A75DC

Text Example


Text Example

White with #6A75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,117,220); }

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

background-color css

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

 a { background-color: rgb(106,117,220); }

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

border-color css

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

 span { border-color: rgb(106,117,220); }

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