Html Css Color HEX #606CFA Medium Slate Blue

📋 copy color: '#606CFA'

red 96 ◦ green 108 ◦ blue 250

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

Shades of Medium Slate Blue #606CFA

Tints of Medium Slate Blue #606CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.79%

 BLUE value IS 250 (98.05% from 255) = 55.07%

R = 21.15%
G = 23.79%
B = 55.07%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#606CFA (or 0x606CFA) is known color: Medium Slate Blue. HEX triplet: 60, 6C and FA. RGB value is (96,108,250). Sum of RGB (Red+Green+Blue) = 96+108+250=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #606CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606CFA is #9F9305. Grayscale: #787878. Windows color (decimal): -10457862 or 16411744. OLE color: 16411744.

HSL color Cylindrical-coordinate representation of color #606CFA: hue angle of 235.32º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606CFA is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 108 250 -
CMYK 0.62 0.57 0 0.02
HSL 235.32º 0.94% 0.68% -
HSV(B) 235.32º 0.62% 0.98% -
XYZ 27.44 20.11 92.88 -
YUV 120.6 201.02 110.45 -
System Red Green Blue C M Y K H S L
Decimal 96 108 250 0.62 0.57 0 0.02 235.32 0.94 0.68
Hex 60 6C FA 3E 39 0 2 EB 5E 44
Octal 140 154 372 76 71 0 2 353 136 104
Binary 1100000 1101100 11111010 111110 111001 0 10 11101011 1011110 1000100

Color Harmonies of #606CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CFA

Black with #606CFA

Text Example


Text Example

White with #606CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,108,250); }

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

background-color css

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

 a { background-color: rgb(96,108,250); }

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

border-color css

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

 span { border-color: rgb(96,108,250); }

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