Html Css Color HEX #606AFC Medium Slate Blue

📋 copy color: '#606AFC'

red 96 ◦ green 106 ◦ blue 252

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

Shades of Medium Slate Blue #606AFC

Tints of Medium Slate Blue #606AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 21.15%
G = 23.35%
B = 55.51%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#606AFC (or 0x606AFC) is known color: Medium Slate Blue. HEX triplet: 60, 6A and FC. RGB value is (96,106,252). Sum of RGB (Red+Green+Blue) = 96+106+252=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #606AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606AFC is #9F9503. Grayscale: #777777. Windows color (decimal): -10458372 or 16542304. OLE color: 16542304.

HSL color Cylindrical-coordinate representation of color #606AFC: hue angle of 236.15º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606AFC is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 106 252 -
CMYK 0.62 0.58 0 0.01
HSL 236.15º 0.96% 0.68% -
HSV(B) 236.15º 0.62% 0.99% -
XYZ 27.55 19.82 94.47 -
YUV 119.65 202.69 111.13 -
System Red Green Blue C M Y K H S L
Decimal 96 106 252 0.62 0.58 0 0.01 236.15 0.96 0.68
Hex 60 6A FC 3E 3A 0 1 EC 60 44
Octal 140 152 374 76 72 0 1 354 140 104
Binary 1100000 1101010 11111100 111110 111010 0 1 11101100 1100000 1000100

Color Harmonies of #606AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606AFC

Black with #606AFC

Text Example


Text Example

White with #606AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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