Html Css Color HEX #6A62FF Medium Slate Blue

📋 copy color: '#6A62FF'

red 106 ◦ green 98 ◦ blue 255

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

Shades of Medium Slate Blue #6A62FF

Tints of Medium Slate Blue #6A62FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.35%

 BLUE value IS 255 (100% from 255) = 55.56%

R = 23.09%
G = 21.35%
B = 55.56%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6A62FF (or 0x6A62FF) is known color: Medium Slate Blue. HEX triplet: 6A, 62 and FF. RGB value is (106,98,255). Sum of RGB (Red+Green+Blue) = 106+98+255=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A62FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A62FF is #959D00. Grayscale: #757575. Windows color (decimal): -9805057 or 16736874. OLE color: 16736874.

HSL color Cylindrical-coordinate representation of color #6A62FF: hue angle of 243.06º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A62FF is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 106 98 255 -
CMYK 0.58 0.62 0 0
HSL 243.06º 1% 0.69% -
HSV(B) 243.06º 0.62% 1% -
XYZ 28.36 19.02 96.78 -
YUV 118.29 205.15 119.23 -
System Red Green Blue C M Y K H S L
Decimal 106 98 255 0.58 0.62 0 0 243.06 1 0.69
Hex 6A 62 FF 3A 3E 0 0 F3 64 45
Octal 152 142 377 72 76 0 0 363 144 105
Binary 1101010 1100010 11111111 111010 111110 0 0 11110011 1100100 1000101

Color Harmonies of #6A62FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A62FF

Black with #6A62FF

Text Example


Text Example

White with #6A62FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,98,255); }

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

background-color css

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

 a { background-color: rgb(106,98,255); }

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

border-color css

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

 span { border-color: rgb(106,98,255); }

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