Html Css Color HEX #606AF8 Medium Slate Blue

📋 copy color: '#606AF8'

red 96 ◦ green 106 ◦ blue 248

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

Shades of Medium Slate Blue #606AF8

Tints of Medium Slate Blue #606AF8

RGB

 RED value IS 96 (37.89% from 255) = 21.33%

 GREEN value IS 106 (41.8% from 255) = 23.56%

 BLUE value IS 248 (97.27% from 255) = 55.11%

R = 21.33%
G = 23.56%
B = 55.11%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#606AF8 (or 0x606AF8) is known color: Medium Slate Blue. HEX triplet: 60, 6A and F8. RGB value is (96,106,248). Sum of RGB (Red+Green+Blue) = 96+106+248=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 248 (97.27% from 255 or 55.11% from 450); Max value from RGB is 248 - color contains mainly: blue. Hex color #606AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606AF8 is #9F9507. Grayscale: #767676. Windows color (decimal): -10458376 or 16280160. OLE color: 16280160.

HSL color Cylindrical-coordinate representation of color #606AF8: hue angle of 236.05º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #606AF8 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 106 248 -
CMYK 0.61 0.57 0 0.03
HSL 236.05º 0.92% 0.67% -
HSV(B) 236.05º 0.61% 0.97% -
XYZ 26.92 19.57 91.17 -
YUV 119.2 200.69 111.45 -
System Red Green Blue C M Y K H S L
Decimal 96 106 248 0.61 0.57 0 0.03 236.05 0.92 0.67
Hex 60 6A F8 3D 39 0 3 EC 5C 43
Octal 140 152 370 75 71 0 3 354 134 103
Binary 1100000 1101010 11111000 111101 111001 0 11 11101100 1011100 1000011

Color Harmonies of #606AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606AF8

Black with #606AF8

Text Example


Text Example

White with #606AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606AF8; }

 p { color: rgb(96,106,248); }

 H1.HeaderClassName
 {
   color: #606AF8;
 }
 .AnyTagClassName
 {
   color: #606AF8;
 }
</style>

background-color css

<style>
 a { background-color: #606AF8; }

 a { background-color: rgb(96,106,248); }

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

border-color css

<style>
 span { border-color: #606AF8; }

 span { border-color: rgb(96,106,248); }

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